From 9bab7aee7d7ecfcf76fec66b2cd2eee741c9aefa Mon Sep 17 00:00:00 2001 From: shroominic <34897716+shroominic@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:41:05 -0300 Subject: [PATCH] rm prints --- routstr/core/logging.py | 1 - 1 file changed, 1 deletion(-) diff --git a/routstr/core/logging.py b/routstr/core/logging.py index 3f17c44e..19919bfd 100644 --- a/routstr/core/logging.py +++ b/routstr/core/logging.py @@ -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()