diff options
author | Jorik Schellekens <joriksch@gmail.com> | 2019-08-16 15:34:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-16 15:34:06 +0100 |
commit | 550e62fe147fe1461acb22ca378f8beb9ff3f232 (patch) | |
tree | 08654cc5e668f42dd797e4aae48c396bc4076651 | |
parent | Rename 5856.misc to 5856.feature (diff) | |
download | synapse-joriks/opentracing_user.tar.xz |
remove redundent comment. github/joriks/opentracing_user joriks/opentracing_user
-rw-r--r-- | synapse/api/auth.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/api/auth.py b/synapse/api/auth.py index 85136d9b04..7b3a5a8221 100644 --- a/synapse/api/auth.py +++ b/synapse/api/auth.py @@ -212,8 +212,6 @@ class Auth(object): if user_id: request.authenticated_entity = user_id opentracing.set_tag("authenticated_entity", user_id) - # there is at least one other place where authenticated entity is - # set. if ip_addr and self.hs.config.track_appservice_user_ips: yield self.store.insert_client_ip( |