mirror of
https://github.com/Dummi26/musicdb.git
synced 2025-03-10 14:13:53 +01:00
remove unwanted debug print
This commit is contained in:
parent
48be8942f1
commit
7f33d2daf8
@ -63,7 +63,6 @@ impl GuiElem for StatusBar {
|
|||||||
.and_then(|id| info.database.get_song(&id))
|
.and_then(|id| info.database.get_song(&id))
|
||||||
.map(|song| song.general.tags.iter().any(|v| v == "Fav"))
|
.map(|song| song.general.tags.iter().any(|v| v == "Fav"))
|
||||||
.unwrap_or(false);
|
.unwrap_or(false);
|
||||||
eprintln!("is_fav: {is_fav}");
|
|
||||||
if self.is_fav.0 != is_fav {
|
if self.is_fav.0 != is_fav {
|
||||||
self.is_fav.0 = is_fav;
|
self.is_fav.0 = is_fav;
|
||||||
self.is_fav
|
self.is_fav
|
||||||
|
Loading…
Reference in New Issue
Block a user