diff --git a/source/gamestate_sequence.cpp b/source/gamestate_sequence.cpp index 4a9e362..1e5ec0c 100644 --- a/source/gamestate_sequence.cpp +++ b/source/gamestate_sequence.cpp @@ -79,7 +79,6 @@ namespace gamestate if (command=="ESPERAR") { fscanf(sequence_file, "%i", &val); - printf("ESPERAR %i\n", val); wait_until = SDL_GetTicks() + val; } else if (command=="FADEIN") {