diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py
index fca6e242be1a1802394178d1d5f42c8d665f3851..380bf294e50786ebbdb3fd350d0705030fe5b512 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.