Remove test function

This commit is contained in:
Keith Edmunds 2022-03-19 23:24:42 +00:00
parent 0d865f05ac
commit ca385dcf54

View File

@ -518,8 +518,6 @@ class Window(QMainWindow, Ui_MainWindow):
DEBUG("musicmuster.play_next(): no next track selected", True)
return
self.kae()
with Session() as session:
# If there's currently a track playing, fade it.
self.stop_playing(fade=True)