From 054d04443f80cac3a3904d125b03c3cf6c04a7a3 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 16 Jun 2007 15:05:30 +0000 Subject: [PATCH] Commenting out some noisy debug print statements. - Legacy-Id: 433 --- ietf/idindex/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ietf/idindex/views.py b/ietf/idindex/views.py index c3add4ac5..90f27357b 100644 --- a/ietf/idindex/views.py +++ b/ietf/idindex/views.py @@ -158,7 +158,7 @@ def related_docs(startdoc): def handle(otherdoc,status,doc,skip=(0,0,0)): new = (otherdoc, status, doc) if otherdoc in processed: - print "skipping (%s,%s,%s) because otherdoc has been processed" % (new) + #print "skipping (%s,%s,%s) because otherdoc has been processed" % (new) return #if new not in related: if True: #otherdoc not in processed: @@ -169,7 +169,7 @@ def related_docs(startdoc): def process(doc, skip=(0,0,0)): #XXX skip = (0,0,0) - print "doc = %s skip = %s" % (doc,skip) + #print "doc = %s skip = %s" % (doc,skip) processed.append(doc) if type(doc) == InternetDraft: if doc.replaced_by_id != 0 and not(skip[0]):