Skip to content

Commit

Permalink
Remove excessive debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Secret-chest committed Dec 12, 2021
1 parent df6a569 commit ea51b3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@
allSprites.update()
else:
display.blit(paused, (WIDTH // 2 - pausedWidth // 2, WIDTH // 2 - pausedHeight // 2))
print("DEBUG: Queue length is", len(toExecute))
pygame.display.flip()
wn.update()
doScreenRefresh = False
Expand Down

0 comments on commit ea51b3f

Please sign in to comment.