summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
Diffstat (limited to 'synapse')
-rw-r--r--synapse/app/synchrotron.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/app/synchrotron.py b/synapse/app/synchrotron.py
index 9d250502e0..b3fb408cfd 100644
--- a/synapse/app/synchrotron.py
+++ b/synapse/app/synchrotron.py
@@ -392,7 +392,6 @@ class SynchrotronServer(HomeServer):
             user_index = stream["field_names"].index("user_id")
 
             for row in stream["rows"]:
-                logger.info("Handling device list row: %r", row)
                 position = row[position_index]
                 user_id = row[user_index]