rm prints

This commit is contained in:
shroominic
2025-08-12 15:41:05 -03:00
committed by GitHub
parent 6924f6c18a
commit 9bab7aee7d
-1
View File
@@ -50,7 +50,6 @@ class DailyRotatingFileHandler(logging.handlers.TimedRotatingFileHandler):
self.baseFilename = new_filename
self.current_date = new_date
print("self.backupCount", self.backupCount)
# FIX ME: not sure if we need this
# self._cleanup_old_files()