Remove debug
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 5 Jan 2004 15:31:22 +0000 (15:31 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 5 Jan 2004 15:31:22 +0000 (15:31 +0000)
src/mesa/tnl/t_vertex.c

index b10b3c4..44e924a 100644 (file)
@@ -981,9 +981,6 @@ GLuint _tnl_install_attrs( GLcontext *ctx, const struct tnl_attr_map *map,
         vtx->attr[i].vertoffset = map[i].offset;
         assert(map[i].offset + format_info[format].attrsize < unpacked_size);
       }
-
-      fprintf(stderr, "%d: offset %d, format: %s\n",
-             i, vtx->attr[i].vertoffset, format_info[format].name);
    }
 
    if (unpacked_size)