diff options
author | David Baker <dave@matrix.org> | 2015-01-27 16:08:47 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2015-01-27 16:08:47 +0000 |
commit | f7c4daa8f94e5968277ba438f6d3da1f0f27ba4c (patch) | |
tree | 2a66309c3863a0554fba3688b9f5150a00291996 /synapse | |
parent | or of course we could just return the deferred (diff) | |
download | synapse-f7c4daa8f94e5968277ba438f6d3da1f0f27ba4c.tar.xz |
Oops, remove debugging
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/events.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/handlers/events.py b/synapse/handlers/events.py index 48de3630e3..52ef07eaae 100644 --- a/synapse/handlers/events.py +++ b/synapse/handlers/events.py @@ -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) ) |