Remove skin configuration debug prints

This commit is contained in:
Antonio Martinez 2025-08-13 03:57:23 -04:00
parent 5244648070
commit 662f849a71

View file

@ -2253,7 +2253,6 @@ void G_SetDemoCheckpointTiming(player_t *player, tic_t time, UINT8 checkpoint)
lowest = g->splits[checkpoint];
lowestskin = g->initialskin;
lowestcolor = g->initialcolor;
CONS_Printf("Found ghost with lowestskin %d lowestcolor %d\n", lowestskin, lowestcolor);
}
}
@ -3649,8 +3648,6 @@ void G_AddGhost(savebuffer_t *buffer, const char *defdemoname)
gh->initialskin = initialskin;
gh->initialcolor = initialcolor;
CONS_Printf("Adding ghost with initialskin %d initialcolor %d\n", gh->initialskin, gh->initialcolor);
CONS_Printf(M_GetText("Added ghost %s from %s\n"), name, defdemoname);
}