1
Fork 0

removed testing code for game-only startup

This commit is contained in:
Jake Howard 2015-05-11 14:09:51 +01:00
parent ae52af7426
commit d61d4ca0ec
1 changed files with 1 additions and 6 deletions

View File

@ -199,9 +199,4 @@ def play(window):
value[0] -= 1
pygame.display.update()
clock.tick(FPS)
if __name__ == "__main__":
logging.basicConfig(format="%(levelname)s:%(message)s", level=logging.DEBUG)
initialise(None, None)
clock.tick(FPS)