From eb060ce6fa5597e619653848a6ced3324913899f Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 9 Jun 2026 17:52:50 -0500 Subject: [PATCH] Remove stray change --- synapse/storage/util/id_generators.py | 1 - 1 file changed, 1 deletion(-) diff --git a/synapse/storage/util/id_generators.py b/synapse/storage/util/id_generators.py index 8614c33809..c9c339b235 100644 --- a/synapse/storage/util/id_generators.py +++ b/synapse/storage/util/id_generators.py @@ -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" ):