Skip to content

Commit 9ecf192

Browse files
committed
Remove stray dev log
1 parent 6838a10 commit 9ecf192

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

synapse/replication/tcp/streams/_base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,6 @@ async def _update_function(
762762
for stream_id, user_id, room_id, event_id in updates
763763
]
764764

765-
logger.error("TS %d->%d %r", from_token, to_token, rows)
766765
if not rows:
767766
return [], to_token, False
768767

0 commit comments

Comments
 (0)