remove useless print message
This commit is contained in:
parent
9e71d8a75d
commit
961118de51
@ -50,7 +50,6 @@ class Strategy(object):
|
||||
if 'strategy' in config:
|
||||
strategy = config['strategy']
|
||||
else:
|
||||
print(config)
|
||||
strategy = self.DEFAULT_STRATEGY
|
||||
|
||||
# Load the strategy
|
||||
|
Loading…
Reference in New Issue
Block a user