mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 19:47:05 +03:00
Remove testing code
This commit is contained in:
parent
660b77f362
commit
220607a618
1 changed files with 0 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue