removed unnecessary print statement

This commit is contained in:
Nicholas Dyer 2023-05-14 17:21:41 -04:00
parent bd2931ebe8
commit e974687da3
1 changed files with 0 additions and 1 deletions

View File

@ -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'