From: Keith Whitwell Date: Mon, 5 Jan 2004 15:31:22 +0000 (+0000) Subject: Remove debug X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc9f313b9d8e19cebb828ef59dcda88117e0bf30;p=mesa.git Remove debug --- diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c index b10b3c4ce8c..44e924aa1e9 100644 --- a/src/mesa/tnl/t_vertex.c +++ b/src/mesa/tnl/t_vertex.c @@ -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)