From 90c12e2fdab3f690777ee705fa8213adc08ec5a4 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 7 Mar 2024 16:59:41 -0600 Subject: [PATCH] idk --- src/rust/songs/song_model.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rust/songs/song_model.rs b/src/rust/songs/song_model.rs index 5ea7b1a..ac8aa99 100644 --- a/src/rust/songs/song_model.rs +++ b/src/rust/songs/song_model.rs @@ -595,7 +595,6 @@ impl song_model::SongModel { .set(audio.eq(updated_audio.to_string())) .execute(db); debug!(?result); - debug!(?updated_audio); match result { Ok(_i) => { if let Some(song) =