summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorEric Eastwood <erice@element.io>2022-08-02 15:12:33 -0500
committerEric Eastwood <erice@element.io>2022-08-02 15:12:33 -0500
commit5999132287196204ae2699a32ef3a46fc507b17f (patch)
tree139752725ad979f449f1e770d88f12fc175fb6db /synapse
parentMove to 72 schema version (diff)
downloadsynapse-5999132287196204ae2699a32ef3a46fc507b17f.tar.xz
Fix lints
Diffstat (limited to 'synapse')
-rw-r--r--synapse/logging/tracing.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/synapse/logging/tracing.py b/synapse/logging/tracing.py
index f8b35d2660..e3a1a010a2 100644
--- a/synapse/logging/tracing.py
+++ b/synapse/logging/tracing.py
@@ -686,9 +686,7 @@ def inject_active_tracing_context_into_header_dict(
     Note:
         The headers set by the tracer are custom to the tracer implementation which
         should be unique enough that they don't interfere with any headers set by
-        synapse or twisted. If we're still using jaeger these headers would be those
-        here:
-        https://github.com/jaegertracing/jaeger-client-python/blob/master/jaeger_client/constants.py
+        synapse or twisted.
     """
     if check_destination:
         if destination is None: