summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-12-21 15:22:03 +0000
committerMark Haines <mark.haines@matrix.org>2015-12-21 15:22:03 +0000
commit64b660682492cd9addaa4a681b0b7780fc23d9d9 (patch)
tree0a30210c443f0ffb28526b259b23d908b6a638af
parentMerge pull request #452 from matrix-org/paul/SYN-558 (diff)
downloadsynapse-64b660682492cd9addaa4a681b0b7780fc23d9d9.tar.xz
Remove accidentally committed debug logging
-rw-r--r--synapse/rest/client/v2_alpha/sync.py1
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: