summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index fc196c587..0a30c1849 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -147,12 +147,9 @@ class Core(object):
linkFile = self.config['general']['link_file']
packs = self.server_methods.get_queue()
found = False
- print linkFile
for data in packs:
- print data["package_name"]
if data["package_name"] == linkFile:
found = data["id"]
- print "found", found
break
if found == False:
pid = self.file_list.packager.addNewPackage(package_name=linkFile)