diff --git a/synapse/api/auth.py b/synapse/api/auth.py index fac29bf72f..72c695ce9c 100644 --- a/synapse/api/auth.py +++ b/synapse/api/auth.py @@ -264,7 +264,6 @@ class Auth(object): ) request.authenticated_entity = user.to_string() - opentracing.set_tag("authenticated_entity", user.to_string()) # there is at least one other place where authenticated entity is # set.