remove unneeded debug noise

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2021 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2006-02-25 07:06:11 +00:00
parent 75dba86ae5
commit 40a6ec9b85
1 changed files with 0 additions and 5 deletions

View File

@ -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++)