mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-28 09:24:41 +00:00
Remove stray change
This commit is contained in:
@@ -832,7 +832,6 @@ class MultiWriterIdGenerator(AbstractStreamIdGenerator):
|
||||
# If this is the to-device stream, and we are a writer for that stream, log some stats
|
||||
if (
|
||||
issue9533_logger.isEnabledFor(logging.DEBUG)
|
||||
# Only log if we are the instance that is doing the persisting
|
||||
and our_current_position > 0
|
||||
and self._stream_name == "to_device"
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user