From 08fe779403b240aec08a2dd79581607829711d45 Mon Sep 17 00:00:00 2001 From: philipp Date: Mon, 29 Apr 2024 08:48:43 +0200 Subject: [PATCH] remove debug println --- src/model/notification.rs | 2 -- 1 file changed, 2 deletions(-) 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,