Remove spurious debug from MatrixFederationHttpClient.get_json (#5287)

This is just unhelpful spam
This commit is contained in:
Richard van der Hoff
2019-05-29 19:31:52 +01:00
committed by GitHub
parent 3dcf2feba8
commit 8d92329214
2 changed files with 1 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
Remove spurious debug from MatrixFederationHttpClient.get_json.
-4
View File
@@ -711,10 +711,6 @@ class MatrixFederationHttpClient(object):
RequestSendFailed: If there were problems connecting to the
remote, due to e.g. DNS failures, connection timeouts etc.
"""
logger.debug("get_json args: %s", args)
logger.debug("Query bytes: %s Retry DNS: %s", args, retry_on_dns_fail)
request = MatrixFederationRequest(
method="GET",
destination=destination,