Remove trailing debug message

This commit is contained in:
Francesco Abbate 2021-04-12 19:12:21 +02:00
parent f7375924ab
commit d5e9ef6bff
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ top:
lua_pushstring(L, "minimized");
return 1;
} else if (e.window.event == SDL_WINDOWEVENT_MAXIMIZED) {
fprintf(stderr, "maximized event!\n");
lua_pushstring(L, "maximized");
return 1;
} else if (e.window.event == SDL_WINDOWEVENT_RESTORED) {