remove debug log spam
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user