Skip to content

Commit a6a99a4

Browse files
committed
Removed a debug statement
- Legacy-Id: 18009
1 parent b0b9bb4 commit a6a99a4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ietf/ietfauth/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
from ietf.group.models import Role, GroupFeatures
2626
from ietf.person.models import Person
27-
from ietf.utils.log import log
2827

2928
def user_is_person(user, person):
3029
"""Test whether user is associated with person."""
@@ -250,7 +249,6 @@ def scope_registration(self):
250249
meeting = get_current_ietf_meeting()
251250
person = self.user.person
252251
reg = MeetingRegistration.objects.filter(person=person, meeting=meeting).first()
253-
debug.show('reg')
254252
if not reg:
255253
# No person match; try to match by email address. They could
256254
# have registered with a new address and added it to the account

0 commit comments

Comments
 (0)