remove useless print message

This commit is contained in:
Jean-Baptiste LE STANG 2018-01-27 10:28:04 +01:00
parent 9844634ac7
commit 27a8080e79

View File

@ -28,7 +28,6 @@ class Strategy(object):
if 'strategy' in config: if 'strategy' in config:
strategy = config['strategy'] strategy = config['strategy']
else: else:
print(config)
strategy = self.DEFAULT_STRATEGY strategy = self.DEFAULT_STRATEGY
# Load the strategy # Load the strategy