summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-29 15:03:24 +0100
committerErik Johnston <erik@matrix.org>2015-05-29 15:03:24 +0100
commitd15f166093c121d93b8d0bcb53e55e1369b4ea84 (patch)
tree13cb259a7c0aab89d78ca4d242917fc6da0dee47 /synapse
parentDon't copy twice (diff)
downloadsynapse-d15f166093c121d93b8d0bcb53e55e1369b4ea84.tar.xz
Remove log line
Diffstat (limited to 'synapse')
-rw-r--r--synapse/http/server.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/http/server.py b/synapse/http/server.py
index cdb9f9cefc..ae8f3b3972 100644
--- a/synapse/http/server.py
+++ b/synapse/http/server.py
@@ -290,7 +290,6 @@ def respond_with_json(request, code, json_object, send_cors=False,
             json_bytes = encode_json(
                 json_object, using_frozen_dicts=synapse.events.USE_FROZEN_DICTS
             )
-            logger.debug("json_bytes: %r %r", json_object, json_bytes)
 
     return respond_with_json_bytes(
         request, code, json_bytes,