mesa: remove debug code

(cherry picked from commit fea3a32e17)
This commit is contained in:
Brian Paul
2008-11-26 09:02:37 -07:00
committed by Brian Paul
parent b8cf2f0076
commit 96cab36e2e
-1
View File
@@ -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)