Kaydet (Commit) eae7d0ec authored tarafından Guido van Rossum's avatar Guido van Rossum

Forgot to remove debug stmt.

üst 9c6cedaa
......@@ -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']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment