From: Brian Paul Date: Tue, 22 Jul 2003 18:34:27 +0000 (+0000) Subject: remove printf X-Git-Tag: android-x86-1.6~8274 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ad6ecf022787aa65830aa12e445aacbafcd763fa;p=android-x86%2Fexternal-mesa.git remove printf --- diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index 5588f442d38..cb6b7225189 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -5355,8 +5355,6 @@ _mesa_CallList( GLuint list ) /* VERY IMPORTANT: Save the CompileFlag status, turn it off, */ /* execute the display list, and restore the CompileFlag. */ - printf("%s %d\n", __FUNCTION__, list); - if (MESA_VERBOSE & VERBOSE_API) _mesa_debug(ctx, "glCallList %d\n", list);