Remove debug print from Unlockable SOC color parse

This commit is contained in:
toaster 2022-12-14 17:31:10 +00:00
parent c693be47f8
commit c7db580338

View file

@ -2289,7 +2289,6 @@ void readunlockable(MYFILE *f, INT32 num)
else if (fastcmp(word, "COLOR"))
{
unlockables[num].color = get_number(word2);
CONS_Printf("%d+1 has color %s\n",num+1, skincolors[unlockables[num].color].name);
}
else
deh_warning("Unlockable %d: unknown word '%s'", num+1, word);