summary refs log tree commit diff
path: root/synapse/app/synchrotron.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2017-01-30 14:10:12 +0000
committerErik Johnston <erik@matrix.org>2017-01-30 14:10:12 +0000
commit4ac363a16886b05cf15064932b6510cdff729c57 (patch)
tree99a7623099802d3867e848870393c12fcf148c7e /synapse/app/synchrotron.py
parentClear out old destination pokes. (diff)
downloadsynapse-4ac363a16886b05cf15064932b6510cdff729c57.tar.xz
Remove debug logging
Diffstat (limited to 'synapse/app/synchrotron.py')
-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]