turn off debug output

This commit is contained in:
Brian 2007-10-26 19:29:38 -06:00
parent 8fed2466e4
commit 19710c95da

View file

@ -584,7 +584,7 @@ _slang_link(GLcontext *ctx,
_mesa_print_program(&fragProg->Base);
_mesa_print_program_parameters(ctx, &fragProg->Base);
#endif
#if 01
#if 0
printf("************** linked fragment prog\n");
_mesa_print_program(&shProg->FragmentProgram->Base);
_mesa_print_program_parameters(ctx, &shProg->FragmentProgram->Base);