diff options
author | Jorik Schellekens <joriks@matrix.org> | 2019-09-05 16:35:20 +0100 |
---|---|---|
committer | Jorik Schellekens <joriks@matrix.org> | 2019-09-05 16:35:20 +0100 |
commit | 42302dda373dd8bc94cadc7ca95df917bd3154b3 (patch) | |
tree | eefd56ac62b9f86a0cd4835b9b2385ae02a836c1 | |
parent | Trace client send time (diff) | |
download | synapse-42302dda373dd8bc94cadc7ca95df917bd3154b3.tar.xz |
Outdated comment
-rw-r--r-- | synapse/http/matrixfederationclient.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/http/matrixfederationclient.py b/synapse/http/matrixfederationclient.py index 4326e98a28..3f7c93ffcb 100644 --- a/synapse/http/matrixfederationclient.py +++ b/synapse/http/matrixfederationclient.py @@ -345,7 +345,6 @@ class MatrixFederationHttpClient(object): else: query_bytes = b"" - # Retreive current span scope = start_active_span( "outgoing-federation-request", tags={ |