diff --git a/app/dao/notifications_dao.py b/app/dao/notifications_dao.py index 8659fca9b..1d07473c1 100644 --- a/app/dao/notifications_dao.py +++ b/app/dao/notifications_dao.py @@ -629,7 +629,6 @@ def notifications_not_yet_sent(should_be_sending_after_seconds, notification_typ Notification.status == NotificationStatus.CREATED, ) notifications = db.session.execute(stmt).scalars().all() - print(f"WE RETURN THIS FOR NOTIFICATIONS {notifications}") return notifications