Removed debug code.

This commit is contained in:
Niels G. W. Serup 2012-11-16 14:36:34 +01:00
parent 899801d43c
commit c41c600a61
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ class Level3(level.Level):
self.player.update = lambda e, t, dt: self._old_player_update([], t, dt)
self._start_time = pygame.time.get_ticks()
self.on_completion()
def on_completion(self):
# End game here.