mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 16:34:49 -04:00
Comment and remove spurious logging
This commit is contained in:
parent
1e166470ab
commit
46826bb078
2 changed files with 3 additions and 1 deletions
|
@ -250,7 +250,6 @@ class SyncRestServlet(RestServlet):
|
|||
"""
|
||||
invited = {}
|
||||
for room in rooms:
|
||||
logger.info("invite: %r", room.invite)
|
||||
invite = serialize_event(
|
||||
room.invite, time_now, token_id=token_id,
|
||||
event_format=format_event_for_client_v2_without_room_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue