From f807cb79f3fb2b71b5e60ab86b500b864da7fc56 Mon Sep 17 00:00:00 2001 From: yatmesh Date: Tue, 29 Apr 2025 15:11:34 +0530 Subject: [PATCH] (20250429) - Fix send reminder to whatsapp in reminders_for_work.py --- cron/misc/reminders_for_work.py | 3 --- 1 file changed, 3 deletions(-) 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"]