summary refs log tree commit diff
path: root/synapse/http
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/http')
-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,