diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-06 20:47:16 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-01-06 20:47:16 +0100 |
commit | 3c65474105713da5a2b7a77a9e20a5f9b7b3bc47 (patch) | |
tree | a299d8f57f35e2e71c40c663dd8f0b1f97cd7840 /pyLoadCore.py | |
parent | several improvements, also closes #486, #487 (diff) | |
download | pyload-3c65474105713da5a2b7a77a9e20a5f9b7b3bc47.tar.xz |
closed #486
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 54dc9ca39..5e32219f8 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -438,7 +438,6 @@ class Core(object): self.threadManager.pause = False self.running = True - self.log.info(_("Activating Plugins...")) self.hookManager.activateHooks() self.log.info(_("pyLoad is up and running")) |