From 898ba0effe3d2563764c2a057df22f901f836d23 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 11 Aug 2022 10:27:55 -0500 Subject: More tracing --- synapse/logging/tracing.py | 1 - 1 file changed, 1 deletion(-) (limited to 'synapse/logging/tracing.py') diff --git a/synapse/logging/tracing.py b/synapse/logging/tracing.py index e629548a04..86ff8fc637 100644 --- a/synapse/logging/tracing.py +++ b/synapse/logging/tracing.py @@ -912,7 +912,6 @@ def trace(func: Callable[P, R]) -> Callable[P, R]: Sets the operation name to that of the function's name. See the module's doc string for usage examples. """ - return trace_with_opname(func.__name__)(func) -- cgit 1.5.1