gallium: remove debug code from prev commit
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 5 Sep 2008 16:10:18 +0000 (10:10 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 5 Sep 2008 16:10:18 +0000 (10:10 -0600)
src/gallium/auxiliary/util/u_pack_color.h

index 43cb7e5..e0e8aa8 100644 (file)
@@ -312,8 +312,6 @@ util_pack_color(const float rgba[4], enum pipe_format format, void *dest)
       a = float_to_ubyte(rgba[3]);
    }
 
-   printf("%s %s\n", __FUNCTION__, pf_name(format));
-
    switch (format) {
    case PIPE_FORMAT_R8G8B8A8_UNORM:
       {