Forgot to remove debug stmt.
This commit is contained in:
parent
9c6cedaa08
commit
eae7d0ecf3
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue