From 47ae1fe00358819eeaaf74ed9b8b4efaff62fffd Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Fri, 16 Aug 2019 15:15:45 +0100 Subject: [PATCH] Update auth.py --- synapse/api/auth.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/synapse/api/auth.py b/synapse/api/auth.py index 72c695ce9c..85136d9b04 100644 --- a/synapse/api/auth.py +++ b/synapse/api/auth.py @@ -265,8 +265,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. return synapse.types.create_requester( user, token_id, is_guest, device_id, app_service=app_service