From 8c273ae1371df290992bc87f554627f78342edfe Mon Sep 17 00:00:00 2001 From: mrvladus Date: Mon, 6 May 2024 14:09:51 +0300 Subject: [PATCH] remove print --- errands/lib/notifications.py | 1 - 1 file changed, 1 deletion(-) diff --git a/errands/lib/notifications.py b/errands/lib/notifications.py index aee80420..b46e4839 100644 --- a/errands/lib/notifications.py +++ b/errands/lib/notifications.py @@ -59,7 +59,6 @@ def __check_data(self) -> bool: Log.debug("Notifications: Check") for task in self.due_tasks: - print(task) self.__send_due_notification(task) UserData.update_props(task.list_uid, task.uid, ["notified"], [True])