summary refs log tree commit diff
path: root/synapse/logging/tracing.py
diff options
context:
space:
mode:
Diffstat (limited to 'synapse/logging/tracing.py')
-rw-r--r--synapse/logging/tracing.py1
1 files changed, 0 insertions, 1 deletions
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)