[Igarden-commit] CommonSource/YAAFExtensions RGGLSVGDraw.cpp, 1.26.2.7, 1.26.2.8
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-12-27 02:11:15
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv3258 Modified Files: Tag: Release_branch_v1 RGGLSVGDraw.cpp Log Message: Remove debug printfs Index: RGGLSVGDraw.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGGLSVGDraw.cpp,v retrieving revision 1.26.2.7 retrieving revision 1.26.2.8 diff -C2 -d -r1.26.2.7 -r1.26.2.8 *** RGGLSVGDraw.cpp 29 Nov 2006 12:29:58 -0000 1.26.2.7 --- RGGLSVGDraw.cpp 27 Dec 2006 02:11:14 -0000 1.26.2.8 *************** *** 1111,1115 **** while(*val == ' ' || *val == '\t') val++; ! printf("Path ZOffset = %lf\n", zOffset); if(points != NULL) { --- 1111,1115 ---- while(*val == ' ' || *val == '\t') val++; ! // printf("Path ZOffset = %lf\n", zOffset); if(points != NULL) { |