util: remove stray debug code
authorBrian Paul <brianp@vmware.com>
Wed, 21 Sep 2011 14:26:29 +0000 (08:26 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 21 Sep 2011 14:26:29 +0000 (08:26 -0600)
src/gallium/auxiliary/util/u_format_latc.c

index 2b34c71..113a793 100644 (file)
@@ -172,8 +172,6 @@ util_format_latc1_snorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigne
 void
 util_format_latc2_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j)
 {
-   puts(__func__);
-
    u_format_unsigned_fetch_texel_rgtc(0, src, i, j, dst, 2);
    u_format_unsigned_fetch_texel_rgtc(0, src + 8, i, j, dst + 1, 2);
 }