From: Guido van Rossum Date: Fri, 23 May 1997 22:46:16 +0000 (+0000) Subject: Forgot to remove debug stmt. X-Git-Tag: v1.5a3~447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eae7d0ecf32cd8e43fe61a4df6978c91886a278e;p=python Forgot to remove debug stmt. --- diff --git a/Tools/faqwiz/faqmain.py b/Tools/faqwiz/faqmain.py index fcb82e9efd..fdf7078b1a 100644 --- a/Tools/faqwiz/faqmain.py +++ b/Tools/faqwiz/faqmain.py @@ -596,7 +596,6 @@ class FAQServer: if i >= 0: key, value = word[:i], word[i+1:] cookies[key] = value - print "\n
Cookies:", cookies, "
" if not cookies.has_key('Python-FAQ-Wizard'): return "", "", "" value = cookies['Python-FAQ-Wizard']