diff --git a/src/game.c b/src/game.c index 66b5095..01f9adf 100644 --- a/src/game.c +++ b/src/game.c @@ -336,16 +336,8 @@ frame(void) { while (1) { - { -// printf("%ld game_state = %s\n", *tick, game_state_strings[game_state]); - } - - - switch (game_state) { - - #ifdef ENABLE_DEVTOOLS case DEVTOOLS: switch (devtools_run()) {