diff --git a/cron/misc/reminders_for_work.py b/cron/misc/reminders_for_work.py index 33f6c7b..b611b86 100644 --- a/cron/misc/reminders_for_work.py +++ b/cron/misc/reminders_for_work.py @@ -301,9 +301,6 @@ async def get_reminders_to_send() -> pd.DataFrame | None: return_exception = True ) - print("DB JSON:", json.to_string(db_json, default=str)) - err = 100 / 0 - # Capture needed parts of the response: db_status = db_json["status"] db_message = db_json["message"]