Remove debug output
This commit is contained in:
parent
294c5fa138
commit
2b84768902
@ -60,7 +60,6 @@ class TabbedBrowser(TabWidget):
|
|||||||
|
|
||||||
@pyqtSlot(int)
|
@pyqtSlot(int)
|
||||||
def index_changed(self, idx):
|
def index_changed(self, idx):
|
||||||
print("changed index")
|
|
||||||
tab = self.widget(idx)
|
tab = self.widget(idx)
|
||||||
self.cur_progress.emit(tab.progress)
|
self.cur_progress.emit(tab.progress)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user