From edef42da29e273cab078711274f9a5b60a369386 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 25 Oct 2023 09:41:25 -0500 Subject: [PATCH] fixing compile --- src/rust/songs/song_model.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/rust/songs/song_model.rs b/src/rust/songs/song_model.rs index 72f0c8f..97fb536 100644 --- a/src/rust/songs/song_model.rs +++ b/src/rust/songs/song_model.rs @@ -734,11 +734,7 @@ pub mod song_model { false } } - Err(_e) => { - - debug!(?updated_font); - false - }}, + Err(_e) => false, } }