remove debug println
This commit is contained in:
parent
9ca510b892
commit
08fe779403
@ -88,8 +88,6 @@ ORDER BY read_at DESC, created_at DESC;
|
|||||||
.await
|
.await
|
||||||
.unwrap();
|
.unwrap();
|
||||||
|
|
||||||
println!("{rows:#?}");
|
|
||||||
|
|
||||||
rows.into_iter()
|
rows.into_iter()
|
||||||
.map(|rec| Notification {
|
.map(|rec| Notification {
|
||||||
id: rec.id,
|
id: rec.id,
|
||||||
|
Loading…
Reference in New Issue
Block a user