changeset 4686:463cd74304b9

Removed some debug prints.
author Jim Grandpre <jim.tla@gmail.com>
date Sat, 07 Aug 2010 11:35:24 -0400
parents e0c3b09368a6
children 257bdf117af8
files src/events/SDL_gesture.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);