removed some old print statements
This commit is contained in:
@@ -37,4 +37,3 @@ class Surface(pygame.Surface):
|
||||
if event.type == pygame.KEYDOWN:
|
||||
if event.key == pygame.K_b:
|
||||
self.running = False
|
||||
print('stop')
|
||||
|
Reference in New Issue
Block a user