Disable leftover debug statements
authorKeith Whitwell <keith@tungstengraphics.com>
Tue, 17 May 2005 22:21:08 +0000 (22:21 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Tue, 17 May 2005 22:21:08 +0000 (22:21 +0000)
src/mesa/drivers/dri/i915/intel_tris.c

index efdc315..bb0a771 100644 (file)
@@ -63,9 +63,9 @@ do {                                                          \
 #else
 #define COPY_DWORDS( j, vb, vertsize, v )      \
 do {                                           \
-   if (1) fprintf(stderr, "\n");       \
+   if (0) fprintf(stderr, "\n");       \
    for ( j = 0 ; j < vertsize ; j++ ) {                \
-      if (1) fprintf(stderr, "   -- v(%d): %x/%f\n",j, \
+      if (0) fprintf(stderr, "   -- v(%d): %x/%f\n",j, \
              ((GLuint *)v)[j],                 \
              ((GLfloat *)v)[j]);               \
       vb[j] = ((GLuint *)v)[j];                        \