mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Forgot to remove debug stmt.
This commit is contained in:
parent
9c6cedaa08
commit
eae7d0ecf3
1 changed files with 0 additions and 1 deletions
|
|
@ -596,7 +596,6 @@ def get_cookie(self):
|
||||||
if i >= 0:
|
if i >= 0:
|
||||||
key, value = word[:i], word[i+1:]
|
key, value = word[:i], word[i+1:]
|
||||||
cookies[key] = value
|
cookies[key] = value
|
||||||
print "\n<PRE>Cookies:", cookies, "</PRE>"
|
|
||||||
if not cookies.has_key('Python-FAQ-Wizard'):
|
if not cookies.has_key('Python-FAQ-Wizard'):
|
||||||
return "", "", ""
|
return "", "", ""
|
||||||
value = cookies['Python-FAQ-Wizard']
|
value = cookies['Python-FAQ-Wizard']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue