removed some old print statements

This commit is contained in:
2023-05-13 10:50:25 -04:00
parent 2b2c2d946a
commit 63a87c12dd
2 changed files with 0 additions and 3 deletions

View File

@@ -37,4 +37,3 @@ class Surface(pygame.Surface):
if event.type == pygame.KEYDOWN:
if event.key == pygame.K_b:
self.running = False
print('stop')