remove debug println
All checks were successful
CI/CD Pipeline / test (push) Successful in 8m40s
CI/CD Pipeline / deploy-staging (push) Has been skipped
CI/CD Pipeline / deploy-main (push) Has been skipped

This commit is contained in:
philipp 2024-04-29 08:48:43 +02:00
parent 9ca510b892
commit 08fe779403

View File

@ -88,8 +88,6 @@ ORDER BY read_at DESC, created_at DESC;
.await
.unwrap();
println!("{rows:#?}");
rows.into_iter()
.map(|rec| Notification {
id: rec.id,