remove useless print message
This commit is contained in:
@@ -50,7 +50,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
|
||||||
|
Reference in New Issue
Block a user