Forgot to remove debug stmt.

This commit is contained in:
Guido van Rossum 1997-05-23 22:46:16 +00:00
parent 9c6cedaa08
commit eae7d0ecf3
1 changed files with 0 additions and 1 deletions

View 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']