remove debug println

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,