Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvladus committed May 6, 2024
1 parent ce59dd7 commit 8c273ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion errands/lib/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 8c273ae

Please sign in to comment.