summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-05-29 19:31:52 +0100
committerGitHub <noreply@github.com>2019-05-29 19:31:52 +0100
commit8d92329214f92b0e4e4f2d6fa21e1197a691ba5b (patch)
tree950dfd622853f02c2fcb5c7ae45ad73b3e0e6949 /synapse
parentImprove logging for logcontext leaks. (#5288) (diff)
downloadsynapse-8d92329214f92b0e4e4f2d6fa21e1197a691ba5b.tar.xz
Remove spurious debug from MatrixFederationHttpClient.get_json (#5287) v0.99.5.1.dev0
This is just unhelpful spam
Diffstat (limited to 'synapse')
-rw-r--r--synapse/http/matrixfederationclient.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py

index 7eefc7b1fc..8197619a78 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py
@@ -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,