gallium: remove debug code from prev commit

This commit is contained in:
Brian Paul 2008-09-05 10:10:18 -06:00
parent 7071e774e4
commit 2877727c9b
1 changed files with 0 additions and 2 deletions

View 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:
{