diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mesa/tnl/t_vertex.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/tnl/t_vertex.c b/src/mesa/tnl/t_vertex.c index b10b3c4ce8..44e924aa1e 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)  | 
