removed print

This commit is contained in:
Andreas Preikschat 2014-05-02 08:34:57 +02:00
parent 022ed36dc5
commit 4231692ae1
2 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,7 @@ class HistoryComboBox(QtGui.QComboBox):
self.setSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Preferred)
self.setInsertPolicy(QtGui.QComboBox.InsertAtTop)
def keyPressEvlent(self, event):
def keyPressEvent(self, event):
"""
Override the inherited keyPressEvent method to emit the ``returnPressed`` signal and to save the current text to
the dropdown list.

View File

@ -170,7 +170,6 @@ class FirstTimeForm(QtGui.QWizard, Ui_FirstTimeWizard, RegistryProperties):
elif self.currentId() == FirstTimePage.Progress:
return -1
elif self.currentId() == FirstTimePage.NoInternet:
print(1111)
return FirstTimePage.Progress
elif self.currentId() == FirstTimePage.Themes:
self.application.set_busy_cursor()