Author: damoxc
Revision: 5652
Log:
remove rogue print statement
Diff:
Modified: trunk/deluge/ui/web/auth.py
===================================================================
--- trunk/deluge/ui/web/auth.py 2009-08-11 23:56:35 UTC (rev 5651)
+++ trunk/deluge/ui/web/auth.py 2009-08-11 23:57:54 UTC (rev 5652)
@@ -128,7 +128,6 @@
checksum = str(make_checksum(session_id))
- print 'Adding cookie'
request.addCookie('_session_id', session_id + checksum,
path="/json", expires=expires_str)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---