Remove debug output

This commit is contained in:
Florian Bruhin 2014-01-17 19:42:33 +01:00
parent 294c5fa138
commit 2b84768902

View File

@ -60,7 +60,6 @@ class TabbedBrowser(TabWidget):
@pyqtSlot(int)
def index_changed(self, idx):
print("changed index")
tab = self.widget(idx)
self.cur_progress.emit(tab.progress)