Skip to content
Snippets Groups Projects
Commit f7c4daa8 authored by David Baker's avatar David Baker
Browse files

Oops, remove debugging

parent 5eacaeb4
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,6 @@ class EventStreamHandler(BaseHandler):
self._streams_per_user[auth_user] = 0
if auth_user in self._stop_timer_per_user:
try:
print "cancel",auth_user
self.clock.cancel_call_later(
self._stop_timer_per_user.pop(auth_user)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment