From c3d90f3211d3214722a60c46ec5cef7c65836b39 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 15 Dec 2001 02:13:32 +0000 Subject: disable debug printf's, fix a crash --- src/mesa/tnl/t_pipeline.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mesa/tnl/t_pipeline.c') diff --git a/src/mesa/tnl/t_pipeline.c b/src/mesa/tnl/t_pipeline.c index 6e39788f9d..f92e21fe48 100644 --- a/src/mesa/tnl/t_pipeline.c +++ b/src/mesa/tnl/t_pipeline.c @@ -1,4 +1,4 @@ -/* $Id: t_pipeline.c,v 1.20 2001/12/14 02:51:45 brianp Exp $ */ +/* $Id: t_pipeline.c,v 1.21 2001/12/15 02:13:32 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -131,8 +131,6 @@ void _tnl_run_pipeline( GLcontext *ctx ) pipe->run_state_changes = 0; pipe->run_input_changes = 0; - printf("%s()\n", __FUNCTION__); - /* Done elsewhere. */ ASSERT(pipe->build_state_changes == 0); -- cgit v1.2.3