summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorik Schellekens <joriksch@gmail.com>2019-08-16 15:12:53 +0100
committerGitHub <noreply@github.com>2019-08-16 15:12:53 +0100
commit56e2a63f668bb3858dfac7e087b7d4cee676f05e (patch)
tree69ed0ea182ef2531613413c9cc684b5350bf4203
parentRemove out of date comment (diff)
downloadsynapse-56e2a63f668bb3858dfac7e087b7d4cee676f05e.tar.xz
Cleanup
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-rw-r--r--synapse/api/auth.py1
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.