# HG changeset patch # User Jim Grandpre # Date 1281195324 14400 # Node ID 463cd74304b913be63b495d7e3155a8588737ca5 # Parent e0c3b09368a6425ddd653b4f01a51793010587b3 Removed some debug prints. diff -r e0c3b09368a6 -r 463cd74304b9 src/events/SDL_gesture.c --- a/src/events/SDL_gesture.c Sat Aug 07 11:32:11 2010 -0400 +++ b/src/events/SDL_gesture.c Sat Aug 07 11:35:24 2010 -0400 @@ -382,7 +382,7 @@ Point points[DOLLARNPOINTS]; int numPoints = dollarNormalize(path,points); - SDL_PrintPath(points); + //SDL_PrintPath(points); int i; int bestDiff = 10000; @@ -487,7 +487,7 @@ inTouch->recording = SDL_FALSE; Point path[DOLLARNPOINTS]; dollarNormalize(inTouch->dollarPath,path); - SDL_PrintPath(path); + //SDL_PrintPath(path); int index; if(recordAll) { index = SDL_AddDollarGesture(NULL,path);