diff options
author | Jorik Schellekens <joriksch@gmail.com> | 2019-08-16 15:12:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-16 15:12:53 +0100 |
commit | 56e2a63f668bb3858dfac7e087b7d4cee676f05e (patch) | |
tree | 69ed0ea182ef2531613413c9cc684b5350bf4203 | |
parent | Remove out of date comment (diff) | |
download | synapse-56e2a63f668bb3858dfac7e087b7d4cee676f05e.tar.xz |
Cleanup
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-rw-r--r-- | synapse/api/auth.py | 1 |
1 files changed, 0 insertions, 1 deletions
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. |