removed print statements

This commit is contained in:
Gert Wohlgemuth
2018-06-14 16:32:37 -07:00
parent a5ce533b35
commit fc86d32f12
6 changed files with 0 additions and 8 deletions

View File

@@ -222,9 +222,7 @@ class Hyperopt(Backtesting):
results['result'],
results['loss']
)
print(log_msg)
else:
print('.', end='')
sys.stdout.flush()
def calculate_loss(self, total_profit: float, trade_count: int, trade_duration: float) -> float: