diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-12-21 15:22:03 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-12-21 15:22:03 +0000 |
commit | 64b660682492cd9addaa4a681b0b7780fc23d9d9 (patch) | |
tree | 0a30210c443f0ffb28526b259b23d908b6a638af | |
parent | Merge pull request #452 from matrix-org/paul/SYN-558 (diff) | |
download | synapse-64b660682492cd9addaa4a681b0b7780fc23d9d9.tar.xz |
Remove accidentally committed debug logging
-rw-r--r-- | synapse/rest/client/v2_alpha/sync.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/rest/client/v2_alpha/sync.py b/synapse/rest/client/v2_alpha/sync.py index 73b44e92eb..697df03dda 100644 --- a/synapse/rest/client/v2_alpha/sync.py +++ b/synapse/rest/client/v2_alpha/sync.py @@ -104,7 +104,6 @@ class SyncRestServlet(RestServlet): ) if filter_id and filter_id.startswith('{'): - logging.error("MJH %r", filter_id) try: filter_object = json.loads(filter_id) except: |