From 79f9a496591766e331ab7bb50442a11f57c2ad3b Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Sat, 21 Aug 2021 22:44:14 +0100 Subject: [PATCH] Remove debug statement --- app/musicmuster.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/musicmuster.py b/app/musicmuster.py index ea1c0b0..fcef020 100755 --- a/app/musicmuster.py +++ b/app/musicmuster.py @@ -274,7 +274,6 @@ class Window(QMainWindow, Ui_MainWindow): if title in self.info_tabs.keys(): # We already have a tab for this track continue - # import ipdb; ipdb.set_trace() if len(self.info_tabs) >= Config.MAX_INFO_TABS: # Find an unneeded info tab try: