Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove spurious debug from MatrixFederationHttpClient.get_json (#5287)
Browse files Browse the repository at this point in the history
This is just unhelpful spam
  • Loading branch information
richvdh committed May 29, 2019
1 parent 3dcf2fe commit 8d92329
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions changelog.d/5287.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove spurious debug from MatrixFederationHttpClient.get_json.
4 changes: 0 additions & 4 deletions synapse/http/matrixfederationclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,10 +711,6 @@ def get_json(self, destination, path, args=None, retry_on_dns_fail=True,
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,
Expand Down

0 comments on commit 8d92329

Please sign in to comment.