mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-02 09:53:09 +08:00
logging every update was spamming the console during unit tests...
This commit is contained in:
@@ -287,8 +287,6 @@ class PerformanceTracker(object):
|
||||
if self.results_socket:
|
||||
msg = zp.PERF_FRAME(self.to_dict())
|
||||
self.results_socket.send(msg)
|
||||
else:
|
||||
log.debug(self.to_dict())
|
||||
|
||||
#
|
||||
if self.trading_environment.max_drawdown:
|
||||
|
||||
Reference in New Issue
Block a user