summary refs log tree commit diff
path: root/synapse/http
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-03-13 18:43:40 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-03-13 18:43:40 +0000
commit220607a6183a60a62cfa3fbcfcd30fadc0bdff4b (patch)
tree9b68d082d76f69ee593159ff8606b5f6b3d1ec06 /synapse/http
parentAdd missing docstring detail (diff)
downloadsynapse-220607a6183a60a62cfa3fbcfcd30fadc0bdff4b.tar.xz
Remove testing code
Diffstat (limited to 'synapse/http')
-rw-r--r--synapse/http/matrixfederationclient.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py
index fca6e242be..380bf294e5 100644
--- a/synapse/http/matrixfederationclient.py
+++ b/synapse/http/matrixfederationclient.py
@@ -226,9 +226,6 @@ class MatrixFederationHttpClient(object):
             self.hs.get_reactor(), self.default_timeout, request, response,
         )
 
-        logger.info(" *** BODY IS *** ")
-        logger.info(body)
-
         # Retry with a trailing slash if we received a 400 with
         # 'M_UNRECOGNIZED' which some endpoints can return when omitting a
         # trailing slash on Synapse <=v0.99.2.