From 40a6ec9b85ecd33928b20608f303903d3e58bded Mon Sep 17 00:00:00 2001 From: TimeServ Date: Sat, 25 Feb 2006 07:06:11 +0000 Subject: [PATCH] remove unneeded debug noise git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2021 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/sw/d_trans.c | 5 ----- 1 file changed, 5 deletions(-) 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++)