removed unnecessary print statement
This commit is contained in:
parent
bd2931ebe8
commit
e974687da3
@ -18,7 +18,6 @@ class Surface(surface.GameSurface):
|
||||
self.preprocess()
|
||||
self.blit(self.title, (0, 0))
|
||||
|
||||
print(self.frames)
|
||||
self.frames += 1
|
||||
if self.frames > self.game_fps * self.delay:
|
||||
self.next_surface = 'egg_select'
|
||||
|
Loading…
Reference in New Issue
Block a user