Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Accidentally committed debug code
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/test/SDL_test_common.c
|
@@ -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: "); |
|
|