mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-21 03:42:55 +03:00
remove redundent comment.
This commit is contained in:
parent
bb394e51de
commit
550e62fe14
1 changed files with 0 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue