summaryrefslogtreecommitdiffstats
path: root/module/network/HTTPDownload.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-26 23:35:01 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-26 23:35:01 +0200
commit9953b7748825bb0d0929720b18cdf78386fdc466 (patch)
treeb18e54df8fd7503ea2162d5e777c2e63a7a73886 /module/network/HTTPDownload.py
parentrealdebrid fix (diff)
downloadpyload-9953b7748825bb0d0929720b18cdf78386fdc466.tar.xz
fixes last commit
Diffstat (limited to 'module/network/HTTPDownload.py')
-rw-r--r--module/network/HTTPDownload.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/network/HTTPDownload.py b/module/network/HTTPDownload.py
index 44cf5fdb2..40e2e69e1 100644
--- a/module/network/HTTPDownload.py
+++ b/module/network/HTTPDownload.py
@@ -110,7 +110,6 @@ class HTTPDownload():
fo.close()
if self.nameDisposition and self.disposition:
- self.log.debug("Content-Disposition: %s" % self.nameDisposition)
self.filename = save_join(dirname(self.filename), self.nameDisposition)
move(init, self.filename)