diff options
author | spoob <spoob@gmx.de> | 2009-12-19 19:07:17 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-12-19 19:07:17 +0100 |
commit | f7f83692039997e1988cc6fae53676856668444b (patch) | |
tree | 543dd9f63e690fc249d78b6d855c5cb14c64b358 /module/thread_list.py | |
parent | active download list 40% (diff) | |
download | pyload-f7f83692039997e1988cc6fae53676856668444b.tar.xz |
Fixed Netload, no Premium
Diffstat (limited to 'module/thread_list.py')
-rw-r--r-- | module/thread_list.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/module/thread_list.py b/module/thread_list.py index 6a42898be..d78a9b95c 100644 --- a/module/thread_list.py +++ b/module/thread_list.py @@ -110,7 +110,6 @@ class Thread_List(object): newLinks = 0 if pyfile.plugin.links: for link in pyfile.plugin.links: - print link newFile = self.list.collector.addLink(link) self.list.packager.addFileToPackage(pyfile.package.data["id"], self.list.collector.popFile(newFile)) newLinks += 1 |