Remove left-over printf
authorSylvain Beucler <beuc@beuc.net>
Sun, 18 Mar 2012 12:25:29 +0000 (12:25 +0000)
committerSylvain Beucler <beuc@beuc.net>
Sun, 18 Mar 2012 12:25:29 +0000 (12:25 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1195 7f0cb862-5218-0410-a997-914c9d46530a

src/fg_geometry.c

index c74cac4..f9973fb 100644 (file)
@@ -872,7 +872,6 @@ void FGAPIENTRY glutWireSphere(GLdouble radius, GLint slices, GLint stacks)
                 x = cost1[i]*sint2[j];
                 y = sint1[i]*sint2[j];
                 z = cost2[j];
-                printf("j(%i):%1.3f\n",j,z);
 
                 glNormal3d(x,y,z);
                 glVertex3d(x*radius,y*radius,z*radius);