From: Brian Paul Date: Tue, 13 Jun 2006 22:17:41 +0000 (+0000) Subject: remove debug printf X-Git-Tag: 062012170305~20863 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e49aea9cef00502fdbd164321f8556478c19a63d;p=profile%2Fivi%2Fmesa.git remove debug printf --- diff --git a/src/mesa/tnl/t_vb_render.c b/src/mesa/tnl/t_vb_render.c index abc5429..163fa31 100644 --- a/src/mesa/tnl/t_vb_render.c +++ b/src/mesa/tnl/t_vb_render.c @@ -86,7 +86,6 @@ do { \ GLubyte c1 = mask[v1], c2 = mask[v2]; \ GLubyte ormask = c1|c2; \ - printf("0x%x 0x%x 0x%x\n", c1, c2, CLIPMASK);\ if (!ormask) \ LineFunc( ctx, v1, v2 ); \ else if (!(c1 & c2 & CLIPMASK)) \