From a6a99a449f77a4a10e50205406c2a9dc0b32e77c Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Wed, 17 Jun 2020 14:56:26 +0000 Subject: [PATCH] Removed a debug statement - Legacy-Id: 18009 --- ietf/ietfauth/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ietf/ietfauth/utils.py b/ietf/ietfauth/utils.py index 9d658b7b3..660a39613 100644 --- a/ietf/ietfauth/utils.py +++ b/ietf/ietfauth/utils.py @@ -24,7 +24,6 @@ import debug # pyflakes:ignore from ietf.group.models import Role, GroupFeatures from ietf.person.models import Person -from ietf.utils.log import log def user_is_person(user, person): """Test whether user is associated with person.""" @@ -250,7 +249,6 @@ class OidcExtraScopeClaims(oidc_provider.lib.claims.ScopeClaims): meeting = get_current_ietf_meeting() person = self.user.person reg = MeetingRegistration.objects.filter(person=person, meeting=meeting).first() - debug.show('reg') if not reg: # No person match; try to match by email address. They could # have registered with a new address and added it to the account