diff --git a/weboob/applications/qcineoob/main_window.py b/weboob/applications/qcineoob/main_window.py index 6a5f27c4..61703431 100644 --- a/weboob/applications/qcineoob/main_window.py +++ b/weboob/applications/qcineoob/main_window.py @@ -73,7 +73,6 @@ class MainWindow(QtMainWindow): count = self.config.get('settings', 'maxresultsnumber') self.ui.countSpin.setValue(int(count)) showT = self.config.get('settings', 'showthumbnails') - print showT self.ui.showTCheck.setChecked(showT == '1') self.connect(self.ui.actionBackends, SIGNAL("triggered()"), self.backendsConfig)