Skip to content

Commit a74d09d

Browse files
committed
A debugging print crept into my commit, oops!
- Legacy-Id: 381
1 parent 2bf510f commit a74d09d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/idtracker/views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def search(request):
7777
}
7878
q_objs = [Q(**{qdict[k]: args[k]}) for k in qdict.keys() if args.get(k, '') != '']
7979
idmatches = InternetDraft.objects.filter(*q_objs).exclude(id_document_tag__in=in_tracker)
80-
print "queryset is %s, idmatches is %s" % (matches, idmatches)
8180
# resolve the queryset, append wrapper objects.
8281
matches = list(matches) + [DocumentWrapper(id) for id in idmatches]
8382
if not(args.get('search_filename', '') or args.get('search_status_id', 0)) and args.get('search_rfcnumber', 0):

0 commit comments

Comments
 (0)