Removed some prints

This commit is contained in:
Sebastian Lohff 2013-11-28 20:49:02 +01:00
parent 036edcc1cd
commit 13690e493e
2 changed files with 0 additions and 3 deletions

View File

@ -185,7 +185,6 @@ class SeopardyGame(QtGui.QWidget):
prefix *= -1
points = 0
print(i, answers.get_dj_points())
if i == 0 and answers.get_dj_points() is not None:
points = answers.get_dj_points()
else:

View File

@ -56,8 +56,6 @@ class ButtonEvent(QtCore.QEvent):
self.playerno = playerno
print("player", self.playerno, self.eventType)
def get_playerno(self):
return self.playerno