diff options
author | Erik Johnston <erik@matrix.org> | 2017-01-30 14:10:12 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2017-01-30 14:10:12 +0000 |
commit | 4ac363a16886b05cf15064932b6510cdff729c57 (patch) | |
tree | 99a7623099802d3867e848870393c12fcf148c7e /synapse/app | |
parent | Clear out old destination pokes. (diff) | |
download | synapse-4ac363a16886b05cf15064932b6510cdff729c57.tar.xz |
Remove debug logging
Diffstat (limited to 'synapse/app')
-rw-r--r-- | synapse/app/synchrotron.py | 1 |
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] |