logging every update was spamming the console during unit tests...

This commit is contained in:
fawce
2012-06-18 19:11:13 -04:00
parent 7044040722
commit ba05335b2c
-2
View File
@@ -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: