From 56e2a63f668bb3858dfac7e087b7d4cee676f05e Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Fri, 16 Aug 2019 15:12:53 +0100 Subject: [PATCH] Cleanup Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- synapse/api/auth.py | 1 - 1 file changed, 1 deletion(-) 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.