summaryrefslogtreecommitdiffstats
path: root/pyload/config
diff options
context:
space:
mode:
authorGravatar Armin <Armin@Armin-PC.diedering.lan> 2015-04-10 14:57:31 +0200
committerGravatar Armin <Armin@Armin-PC.diedering.lan> 2015-04-10 14:57:31 +0200
commitbe87f71ead8e9d7cffd03e7680d68a187763af90 (patch)
tree6a2792c113c5c42a1bb9b9f702d8fe4b1a21f70f /pyload/config
parentadded: configdata of deleted or outdated plugins are deletedfrom config (diff)
downloadpyload-be87f71ead8e9d7cffd03e7680d68a187763af90.tar.xz
remove testing stuff
Diffstat (limited to 'pyload/config')
-rw-r--r--pyload/config/Parser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyload/config/Parser.py b/pyload/config/Parser.py
index 84c08f17c..4c462946e 100644
--- a/pyload/config/Parser.py
+++ b/pyload/config/Parser.py
@@ -298,7 +298,6 @@ class ConfigParser(object):
def removeDeletedPlugins(self, plugins):
for name in self.plugin.keys():
if not name in plugins:
- print "delete config " + name
del self.plugin[name]