We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b9bb4 commit a6a99a4Copy full SHA for a6a99a4
1 file changed
ietf/ietfauth/utils.py
@@ -24,7 +24,6 @@
24
25
from ietf.group.models import Role, GroupFeatures
26
from ietf.person.models import Person
27
-from ietf.utils.log import log
28
29
def user_is_person(user, person):
30
"""Test whether user is associated with person."""
@@ -250,7 +249,6 @@ def scope_registration(self):
250
249
meeting = get_current_ietf_meeting()
251
person = self.user.person
252
reg = MeetingRegistration.objects.filter(person=person, meeting=meeting).first()
253
- debug.show('reg')
254
if not reg:
255
# No person match; try to match by email address. They could
256
# have registered with a new address and added it to the account
0 commit comments