summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-06-19 10:18:02 +0100
committerErik Johnston <erik@matrix.org>2015-06-19 10:18:02 +0100
commit18968efa0afacc72b91d626d1a6adc2d5476b130 (patch)
tree6a3239cfd27b25191eb11f57979a6a6452c2300a /synapse
parentAdd site_tag to logger (diff)
downloadsynapse-18968efa0afacc72b91d626d1a6adc2d5476b130.tar.xz
Remove stale debug lines
Diffstat (limited to 'synapse')
-rw-r--r--synapse/http/matrixfederationclient.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py

index 902b278419..1b90692731 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py
@@ -135,15 +135,6 @@ class MatrixFederationHttpClient(object): txn_id, destination, method, url_bytes ) - logger.debug( - "Types: %s", - [ - type(destination), type(method), type(path_bytes), - type(param_bytes), - type(query_bytes) - ] - ) - # XXX: Would be much nicer to retry only at the transaction-layer # (once we have reliable transactions in place) retries_left = 5 @@ -175,7 +166,6 @@ class MatrixFederationHttpClient(object): time_out=timeout/1000. if timeout else 60, ) - logger.debug("{%s} Got response to %s", txn_id, method) log_result = "%d %s" % (response.code, response.phrase,) break except Exception as e: