Fix extra debug print in patch allocation

This commit is contained in:
Antonio Martinez 2024-09-27 03:28:12 -07:00
parent 92c2f5d5a5
commit a51ec95237

View file

@ -385,8 +385,6 @@ patch_t *HU_UpdateOrBlankPatch(patch_t **user, boolean required, const char *for
vsnprintf(buffer, sizeof buffer, format, ap);
va_end (ap);
CONS_Printf("%s\n", buffer);
if (user && partadd_earliestfile != UINT16_MAX)
{
UINT16 fileref = numwadfiles;