diff --git a/engine/sw/d_trans.c b/engine/sw/d_trans.c index c23ef90d5..fd916c00f 100644 --- a/engine/sw/d_trans.c +++ b/engine/sw/d_trans.c @@ -375,11 +375,6 @@ palremap_t *D_GetPaletteRemap(int red, int green, int blue, qboolean desaturate, topcolor = topcolor & 0xf; bottomcolor = bottomcolor & 0xf; - if (topcolor == 0 && bottomcolor == 0) - { - Con_Printf("palremap: %i %i, R %i G %i B %i\n", topcolor, bottomcolor, red, green, blue); - } - key = REMAPKEY(desaturate, fullbrights, topcolor, bottomcolor); for (i = 0; i < palremapsize; i++)