From: Brian Paul Date: Thu, 28 Aug 2008 21:21:44 +0000 (-0600) Subject: mesa: remove debug code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee87d7d9ecc5eca261ce58115ae1ed2c273ceda6;p=mesa.git mesa: remove debug code --- diff --git a/src/mesa/main/ffvertex_prog.c b/src/mesa/main/ffvertex_prog.c index e9ddc069808..62802ffe5d4 100644 --- a/src/mesa/main/ffvertex_prog.c +++ b/src/mesa/main/ffvertex_prog.c @@ -1657,8 +1657,6 @@ static void build_tnl_program( struct tnl_program *p ) */ emit_op1(p, OPCODE_END, undef, 0, undef); - _mesa_print_program(&p->program->Base); - /* Disassemble: */ if (DISASSEM) {