Remove a debugging printf

This commit is contained in:
Adam Jackson 2005-12-28 10:46:56 +00:00
parent 64ac7401ad
commit 31d0fdde19

View File

@ -181,16 +181,6 @@ OsInitColors(void)
was_here = TRUE;
}
{
int i = 0, n = 0;
for (i = 0; i < HASHSIZE; i++)
if (!hashTab[i])
n++;
ErrorF("RGB: %d wasted hash slots\n", n);
}
return TRUE;
}