diff options
author | mkaay <mkaay@mkaay.de> | 2010-12-22 22:12:39 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2010-12-22 22:12:39 +0100 |
commit | 2f40370822d500333b76f7d686bf8518575d67e3 (patch) | |
tree | a887f927c406e14812d871c807cf1ed21efe3cf9 /module/network/CookieJar.py | |
parent | cookie handling WIP -.- (diff) | |
download | pyload-2f40370822d500333b76f7d686bf8518575d67e3.tar.xz |
final cookie fix :D
Diffstat (limited to 'module/network/CookieJar.py')
-rw-r--r-- | module/network/CookieJar.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/network/CookieJar.py b/module/network/CookieJar.py index 372e2001e..b2cbba504 100644 --- a/module/network/CookieJar.py +++ b/module/network/CookieJar.py @@ -48,7 +48,6 @@ class CookieJar(PyCookieJar): cookies = self._cookies_for_request(request) attrs = self._cookie_attrs(cookies) - print attrs if attrs: if not request.has_header("Cookie"): request.add_header( |