Skip to content

Commit 1e9920f

Browse files
committed
Remove debug print
- Legacy-Id: 3943
1 parent 8bd624f commit 1e9920f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/idrfc/views_search.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ def by_ad(request, name):
553553
role__group__type="area",
554554
role__group__state="active")
555555
| Q(pk__in=responsible)).distinct():
556-
print name, p.full_name_as_key()
557556
if name == p.full_name_as_key():
558557
ad_id = p.id
559558
ad_name = p.plain_name()

0 commit comments

Comments
 (0)