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

Remove spurious debug from MatrixFederationHttpClient.get_json #5287

Merged
merged 1 commit into from
May 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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