mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-25 12:06:55 +01:00
remove a print
This commit is contained in:
parent
88e7efaa0b
commit
eaa0228576
@ -224,7 +224,6 @@ class MWQwad(QMainWindow, Ui_Qwad):
|
|||||||
"""
|
"""
|
||||||
Show the title ID of the selected title
|
Show the title ID of the selected title
|
||||||
"""
|
"""
|
||||||
print self.comboBox2.findText(selection)
|
|
||||||
if self.comboBox2.findText(selection) == 0:
|
if self.comboBox2.findText(selection) == 0:
|
||||||
self.enteredTitleID.setText("")
|
self.enteredTitleID.setText("")
|
||||||
self.availableVersions.setText("")
|
self.availableVersions.setText("")
|
||||||
|
Loading…
Reference in New Issue
Block a user