summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 99c01dbf7..a0f682bcb 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -364,10 +364,6 @@ class Core(object):
if not tests:
self.writePidFile()
- #@TODO refractor
-
- remote.activated = self.remote
- self.log.debug("Remote activated: %s" % self.remote)
self.check_install("Crypto", _("pycrypto to decode container files"))
@@ -393,9 +389,6 @@ class Core(object):
from module.interaction.InteractionManager import InteractionManager
from module.threads.ThreadManager import ThreadManager
- if Api.activated != self.remote:
- self.log.warning("Import error: API remote status not correct.")
-
self.api = Api.Api(self)
self.scheduler = Scheduler(self)