From: Brian Paul Date: Wed, 26 Nov 2008 16:02:37 +0000 (-0700) Subject: mesa: remove debug code X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96cab36e2ea39a8a9a8f70465c83f8520f3c9574;p=mesa.git mesa: remove debug code (cherry picked from commit fea3a32e17502ac16ec9a12dc9d18742cea2efd5) --- diff --git a/src/mesa/shader/slang/slang_compile.c b/src/mesa/shader/slang/slang_compile.c index efae4e98fbe..457a6b92c11 100644 --- a/src/mesa/shader/slang/slang_compile.c +++ b/src/mesa/shader/slang/slang_compile.c @@ -1391,7 +1391,6 @@ parse_expression(slang_parse_ctx * C, slang_output_ctx * O, RETURN0; break; case OP_METHOD: - printf("******* begin OP_METHOD\n"); op->type = SLANG_OPER_METHOD; op->a_obj = parse_identifier(C); if (op->a_obj == SLANG_ATOM_NULL)