From 1792ad1b6c4748238b640be23aba8fd328e617eb Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Wed, 21 Nov 2018 09:55:19 +0100 Subject: [PATCH] [housekeeping] Code cleanup --- beat/backend/python/executor.py | 1 - beat/backend/python/helpers.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/beat/backend/python/executor.py b/beat/backend/python/executor.py index 040ccfd..1825e61 100644 --- a/beat/backend/python/executor.py +++ b/beat/backend/python/executor.py @@ -117,7 +117,6 @@ class Executor(object): databases = database_cache if self.algorithm.type == Algorithm.LEGACY: - print(self.data) # Loads algorithm inputs (self.input_list, self.data_loaders) = create_inputs_from_configuration( self.data, self.algorithm, self.prefix, cache_root, diff --git a/beat/backend/python/helpers.py b/beat/backend/python/helpers.py index 8b084d6..0233db7 100644 --- a/beat/backend/python/helpers.py +++ b/beat/backend/python/helpers.py @@ -295,7 +295,7 @@ def create_inputs_from_configuration(config, algorithm, prefix, cache_root, else: _create_data_source(details) - else: # Algorithm.AUTONOMOUS or LOOP: + else: # Algorithm autonomous types _create_data_source(details) else: -- GitLab