Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Accidentally committed debug code
  • Loading branch information
slouken committed Nov 19, 2013
1 parent d75498f commit 48954ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/SDL_test_common.c
Expand Up @@ -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: ");
Expand Down

0 comments on commit 48954ba

Please sign in to comment.