Remove debug logging

pull/1857/head
Erik Johnston 2017-01-30 14:10:12 +00:00
parent d360c97ae1
commit 4ac363a168
1 changed files with 0 additions and 1 deletions

View File

@ -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]