Commit 48954ba19458a9060d9eae6c46d10a584bb2e074

Sam Lantinga 2013-11-18T20:22:36

Accidentally committed debug code

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/test/SDL_test_common.c b/src/test/SDL_test_common.c
index 783ee5a..3b4d332 100644
--- a/src/test/SDL_test_common.c
+++ b/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: ");