]> granicus.if.org Git - python/commitdiff
Forgot to remove debug stmt.
authorGuido van Rossum <guido@python.org>
Fri, 23 May 1997 22:46:16 +0000 (22:46 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 23 May 1997 22:46:16 +0000 (22:46 +0000)
Tools/faqwiz/faqmain.py

index fcb82e9efd35e349c296066af05f8a233524a991..fdf7078b1a60accc95a78a81cbb5bee7deeba2e9 100644 (file)
@@ -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']