From eaa02285764a72590b8b9e3715b83fea14f8ff07 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 23 Aug 2012 14:53:55 +0200 Subject: [PATCH] remove a print --- GUI/VenPri.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GUI/VenPri.py b/GUI/VenPri.py index 56ef91f..56e447a 100644 --- a/GUI/VenPri.py +++ b/GUI/VenPri.py @@ -224,7 +224,6 @@ class MWQwad(QMainWindow, Ui_Qwad): """ Show the title ID of the selected title """ - print self.comboBox2.findText(selection) if self.comboBox2.findText(selection) == 0: self.enteredTitleID.setText("") self.availableVersions.setText("")