mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:46:06 -04:00
Remove debug loggers
This commit is contained in:
parent
1b994a97dd
commit
dc8399ee00
2 changed files with 0 additions and 6 deletions
|
@ -302,9 +302,6 @@ class SyncHandler(BaseHandler):
|
|||
)
|
||||
)
|
||||
|
||||
for ev, state in event_id_to_state.items():
|
||||
logger.info("event_id: %r, state: %r", ev, state)
|
||||
|
||||
def allowed(event_and_state):
|
||||
event, state = event_and_state
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue