Remove ugly pprints

This commit is contained in:
Gerald Lonlas
2018-03-02 22:20:26 +08:00
parent bc8ca491cd
commit 8bd0f4d0d7
4 changed files with 0 additions and 14 deletions

View File

@@ -253,10 +253,6 @@ class Backtesting(object):
# Print timeframe
min_date, max_date = self.get_timeframe(preprocessed)
import pprint
pprint.pprint(min_date)
pprint.pprint(max_date)
self.logger.info(
'Measuring data from %s up to %s (%s days)..',
min_date.isoformat(),