Skip to content

Commit

Permalink
Turned off debug messages for fieldfare strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbaum committed Apr 1, 2021
1 parent 51f8cca commit f7460c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hummingbot/strategy/fieldfare_market_making/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def start(self):
closing_time=closing_time,
debug_csv_path=debug_csv_path,
volatility_buffer_size=volatility_buffer_size,
is_debug=True
is_debug=False
)
except Exception as e:
self._notify(str(e))
Expand Down

0 comments on commit f7460c1

Please sign in to comment.