Skip to content

Commit 77977bf

Browse files
committed
Remove print statements.
- Legacy-Id: 4464
1 parent 802ee29 commit 77977bf

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ietf/idrfc/views_doc.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,8 @@ def document_main(request, name, rev=None):
8989
raise Http404()
9090
return document_main_idrfc(request, name, tab="document")
9191

92-
print name
93-
print Document.objects.filter(name=name)
9492
doc = get_object_or_404(Document, docalias__name=name)
95-
print doc
9693
group = doc.group
97-
print group
9894

9995
revisions = []
10096
for h in doc.history_set.order_by("time", "id"):

0 commit comments

Comments
 (0)