Remove debug statement
This commit is contained in:
parent
834ad68e00
commit
79f9a49659
@ -274,7 +274,6 @@ class Window(QMainWindow, Ui_MainWindow):
|
|||||||
if title in self.info_tabs.keys():
|
if title in self.info_tabs.keys():
|
||||||
# We already have a tab for this track
|
# We already have a tab for this track
|
||||||
continue
|
continue
|
||||||
# import ipdb; ipdb.set_trace()
|
|
||||||
if len(self.info_tabs) >= Config.MAX_INFO_TABS:
|
if len(self.info_tabs) >= Config.MAX_INFO_TABS:
|
||||||
# Find an unneeded info tab
|
# Find an unneeded info tab
|
||||||
try:
|
try:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user