From e5365d76a7deed1dd33ee3259b9ef9dc218e6e96 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Tue, 26 Mar 2013 18:08:39 +0100 Subject: [PATCH] [qcineoob] small cleaning --- weboob/applications/qcineoob/main_window.py | 1 - 1 file changed, 1 deletion(-) 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)