diff --git a/src/dexorder/final_ohlc.py b/src/dexorder/final_ohlc.py index f83aa33..c88c83f 100644 --- a/src/dexorder/final_ohlc.py +++ b/src/dexorder/final_ohlc.py @@ -161,7 +161,7 @@ class OHLCFile: self.file.write(data) # rewind our file cursor to the beginning of the current row self.file.seek(start_of_current_row) - log.debug(f'flushing {self.filename}') + # log.debug(f'flushing {self.filename}') self.file.flush() def _load(self, earliest_change):