code review feedback

This commit is contained in:
Kenneth Kehl
2024-10-28 12:50:11 -07:00
parent b84ed9c7be
commit a9385107b0

View File

@@ -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