mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-17 08:13:52 +01: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,
|
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
|
# Retry with a trailing slash if we received a 400 with
|
||||||
# 'M_UNRECOGNIZED' which some endpoints can return when omitting a
|
# 'M_UNRECOGNIZED' which some endpoints can return when omitting a
|
||||||
# trailing slash on Synapse <=v0.99.2.
|
# trailing slash on Synapse <=v0.99.2.
|
||||||
|
|
Loading…
Reference in a new issue