Removed some prints
This commit is contained in:
parent
036edcc1cd
commit
13690e493e
1
game.py
1
game.py
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue