summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/ExternalScripts.py
diff options
context:
space:
mode:
authorGravatar Jeix <devnull@localhost> 2010-06-21 16:46:02 +0200
committerGravatar Jeix <devnull@localhost> 2010-06-21 16:46:02 +0200
commitcef142f99705eb3482c00a90dbcbceda45ad66f6 (patch)
tree1dc3536b0513f409f5ef27052ba84d5bd6d7017d /module/plugins/hooks/ExternalScripts.py
parentfix fix fix (diff)
downloadpyload-cef142f99705eb3482c00a90dbcbceda45ad66f6.tar.xz
deleted some print statements
Diffstat (limited to 'module/plugins/hooks/ExternalScripts.py')
-rw-r--r--module/plugins/hooks/ExternalScripts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/plugins/hooks/ExternalScripts.py b/module/plugins/hooks/ExternalScripts.py
index a49a007f1..9e4af1f3b 100644
--- a/module/plugins/hooks/ExternalScripts.py
+++ b/module/plugins/hooks/ExternalScripts.py
@@ -86,7 +86,6 @@ class ExternalScripts(Hook):
if pypack.data["package_name"] != (self.core.config['general']['link_file']) and self.core.xmlconfig.get("general", "folder_per_package", False):
folder = join(folder.decode(sys.getfilesystemencoding()), pypack.data["package_name"].decode(sys.getfilesystemencoding()))
- print folder
try:
out = subprocess.Popen([join(self.folder, 'package_finished', script), pypack.data['package_name'], folder], stdout=subprocess.PIPE)
except: