fixing compile

This commit is contained in:
Chris Cochrun 2023-10-25 09:41:25 -05:00
parent 50af96e0b7
commit edef42da29

View file

@ -734,11 +734,7 @@ pub mod song_model {
false
}
}
Err(_e) => {
debug!(?updated_font);
false
}},
Err(_e) => false,
}
}