remove rogue print statement
This commit is contained in:
parent
3ed6e28adc
commit
2c65d21b0b
@ -128,7 +128,6 @@ class Auth(JSONComponent):
|
|||||||
|
|
||||||
checksum = str(make_checksum(session_id))
|
checksum = str(make_checksum(session_id))
|
||||||
|
|
||||||
print 'Adding cookie'
|
|
||||||
request.addCookie('_session_id', session_id + checksum,
|
request.addCookie('_session_id', session_id + checksum,
|
||||||
path="/json", expires=expires_str)
|
path="/json", expires=expires_str)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user