Mesa (master): mesa: remove debug code

Brian Paul brianp at kemper.freedesktop.org
Wed Nov 26 17:03:58 UTC 2008


Module: Mesa
Branch: master
Commit: fea3a32e17502ac16ec9a12dc9d18742cea2efd5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fea3a32e17502ac16ec9a12dc9d18742cea2efd5

Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Nov 26 09:02:37 2008 -0700

mesa: remove debug code

---

 src/mesa/shader/slang/slang_compile.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/shader/slang/slang_compile.c b/src/mesa/shader/slang/slang_compile.c
index efae4e9..457a6b9 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)




More information about the mesa-commit mailing list