mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
remove printf
This commit is contained in:
parent
6a940e8946
commit
ad6ecf0227
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue