Accidentally committed debug code

main
Sam Lantinga 2013-11-18 20:22:36 -08:00
parent d75498f6be
commit 48954ba194
1 changed files with 1 additions and 1 deletions

View File

@ -951,7 +951,7 @@ SDLTest_PrintEvent(SDL_Event * event)
{
if ((event->type == SDL_MOUSEMOTION) || (event->type == SDL_FINGERMOTION)) {
/* Mouse and finger motion are really spammy */
//return;
return;
}
fprintf(stderr, "SDL EVENT: ");