mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-15 23:13:50 +01:00
Oops, remove debugging
This commit is contained in:
parent
5eacaeb4a7
commit
f7c4daa8f9
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ class EventStreamHandler(BaseHandler):
|
||||||
self._streams_per_user[auth_user] = 0
|
self._streams_per_user[auth_user] = 0
|
||||||
if auth_user in self._stop_timer_per_user:
|
if auth_user in self._stop_timer_per_user:
|
||||||
try:
|
try:
|
||||||
print "cancel",auth_user
|
|
||||||
self.clock.cancel_call_later(
|
self.clock.cancel_call_later(
|
||||||
self._stop_timer_per_user.pop(auth_user)
|
self._stop_timer_per_user.pop(auth_user)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue