[Igarden-commit] CommonSource/YAAFExtensions RGGLSVGDraw.cpp, 1.26.2.25, 1.26.2.26
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-13 02:57:28
|
Update of /cvsroot/igarden/CommonSource/YAAFExtensions In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7131/YAAFExtensions Modified Files: Tag: Release_branch_v1 RGGLSVGDraw.cpp Log Message: Remove debug prints Index: RGGLSVGDraw.cpp =================================================================== RCS file: /cvsroot/igarden/CommonSource/YAAFExtensions/RGGLSVGDraw.cpp,v retrieving revision 1.26.2.25 retrieving revision 1.26.2.26 diff -C2 -d -r1.26.2.25 -r1.26.2.26 *** RGGLSVGDraw.cpp 10 May 2008 03:50:19 -0000 1.26.2.25 --- RGGLSVGDraw.cpp 13 May 2008 02:57:28 -0000 1.26.2.26 *************** *** 323,327 **** long i, count; - printf("LoadParseTree: Count = %ld\n", _SVGCache.Length()); count = _SVGCache.Length(); for(i = 0; i < count; i++) --- 323,326 ---- |