diff --git a/src/model/notification.rs b/src/model/notification.rs index 1ec7217..a7747b7 100644 --- a/src/model/notification.rs +++ b/src/model/notification.rs @@ -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,