summaryrefslogtreecommitdiffstats
path: root/deluge/ui/web/auth.py
diff options
context:
space:
mode:
authorDamien Churchill <damoc@gmail.com>2009-08-11 23:57:54 +0000
committerDamien Churchill <damoc@gmail.com>2009-08-11 23:57:54 +0000
commit2c65d21b0b57792610efcc93db6e7c4610ca40fd (patch)
tree0482f6c9cda69c1a3bf10952fb4e072f900b466d /deluge/ui/web/auth.py
parent3ed6e28adc0709569894ef9213c32027a7adf1b9 (diff)
downloaddeluge-2c65d21b0b57792610efcc93db6e7c4610ca40fd.tar.gz
deluge-2c65d21b0b57792610efcc93db6e7c4610ca40fd.tar.bz2
deluge-2c65d21b0b57792610efcc93db6e7c4610ca40fd.zip
remove rogue print statement
Diffstat (limited to 'deluge/ui/web/auth.py')
-rw-r--r--deluge/ui/web/auth.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/deluge/ui/web/auth.py b/deluge/ui/web/auth.py
index 9a8aee94b..19cc45571 100644
--- a/deluge/ui/web/auth.py
+++ b/deluge/ui/web/auth.py
@@ -128,7 +128,6 @@ class Auth(JSONComponent):
checksum = str(make_checksum(session_id))
- print 'Adding cookie'
request.addCookie('_session_id', session_id + checksum,
path="/json", expires=expires_str)