remove a print

This commit is contained in:
Christopher Roy Bratusek 2012-08-23 14:53:55 +02:00
parent 88e7efaa0b
commit eaa0228576

View File

@ -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("")