Remove stray change

This commit is contained in:
Eric Eastwood
2026-06-09 17:52:50 -05:00
parent 4e555ac022
commit eb060ce6fa
-1
View File
@@ -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"
):