mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-25 20:25:31 +00:00
remove rogue print statement
This commit is contained in:
parent
3ed6e28adc
commit
2c65d21b0b
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue