From 5999132287196204ae2699a32ef3a46fc507b17f Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Tue, 2 Aug 2022 15:12:33 -0500 Subject: Fix lints --- synapse/logging/tracing.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'synapse') 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: -- cgit 1.5.1