summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-23 22:46:16 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-23 22:46:16 (GMT)
commiteae7d0ecf32cd8e43fe61a4df6978c91886a278e (patch)
tree93aac6a85733fa4d3cff5f2c0d5697c4207cc3ca /Tools
parent9c6cedaa08da1d1519a00c51311bec9bb457a425 (diff)
downloadcpython-eae7d0ecf32cd8e43fe61a4df6978c91886a278e.zip
cpython-eae7d0ecf32cd8e43fe61a4df6978c91886a278e.tar.gz
cpython-eae7d0ecf32cd8e43fe61a4df6978c91886a278e.tar.bz2
Forgot to remove debug stmt.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/faqwiz/faqmain.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/faqwiz/faqmain.py b/Tools/faqwiz/faqmain.py
index fcb82e9..fdf7078 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<PRE>Cookies:", cookies, "</PRE>"
if not cookies.has_key('Python-FAQ-Wizard'):
return "", "", ""
value = cookies['Python-FAQ-Wizard']