Commit ef04c29f authored by Jim Grandpre's avatar Jim Grandpre

Removed some debug prints.

parent 9e84eb9f
......@@ -382,7 +382,7 @@ float dollarRecognize(DollarPath path,int *bestTempl,GestureTouch* touch) {
Point points[DOLLARNPOINTS];
int numPoints = dollarNormalize(path,points);
SDL_PrintPath(points);
//SDL_PrintPath(points);
int i;
int bestDiff = 10000;
......@@ -487,7 +487,7 @@ void SDL_GestureProcessEvent(SDL_Event* event)
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment