diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/sound-menu.vala | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sound-menu.vala b/src/sound-menu.vala index d100be1..896b7d2 100644 --- a/src/sound-menu.vala +++ b/src/sound-menu.vala @@ -379,7 +379,6 @@ public class SoundMenu: Object player_section.insert_item (PlayerSectionPosistion.PLAYER_CONTROLS, playback_item); } else { if (play_control_index != -1 && number_of_running_players >= 1) { - warning("REMOVING SECTION number of running players: %d", number_of_running_players); // remove both, playlist and play controls player_section.remove (PlayerSectionPosistion.PLAYLIST); player_section.remove (PlayerSectionPosistion.PLAYER_CONTROLS); |