G_UpdateRecords: Remove console print on RA Medal get as per textual request (UI now communicates this)

This commit is contained in:
toaster 2023-02-06 22:38:32 +00:00
parent 4ebc42d438
commit dc5f6eb991

View file

@ -636,8 +636,6 @@ void G_UpdateRecords(void)
// Check emblems when level data is updated
if ((earnedEmblems = M_CheckLevelEmblems()))
{
CONS_Printf(M_GetText("\x82" "Earned %hu medal%s for Record Attack records.\n"), (UINT16)earnedEmblems, earnedEmblems > 1 ? "s" : "");
if (stickermedalinfo.regenemblem != NULL
&& gamedata->collected[(stickermedalinfo.regenemblem-emblemlocations)])
{