From a4c306cb30cce2d4c5d704f10de793180a3a96fa Mon Sep 17 00:00:00 2001 From: spoob Date: Mon, 13 Sep 2010 22:24:14 +0200 Subject: clean print --- module/PluginManager.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'module/PluginManager.py') diff --git a/module/PluginManager.py b/module/PluginManager.py index ae516e0ec..cc5c7cc53 100644 --- a/module/PluginManager.py +++ b/module/PluginManager.py @@ -165,14 +165,11 @@ class PluginManager(): config = self.reConfig.findall(content) if config: - print config config = [ [y.strip() for y in x.replace("'","").replace('"',"").replace("\") ","").split(",")] for x in config[0].split(" (\"") if x.strip()] - print config if folder == "hooks": config.append( ["load", "bool", "Load on startup", True if name not in ("XMPPInterface", "MultiHome") else False] ) for item in config: - #~ print item self.core.config.addPluginConfig([name]+item) if not home: -- cgit v1.2.3