- removed debug message.

This commit is contained in:
Christoph Oelckers 2022-01-04 16:51:16 +01:00
parent 3494c701ee
commit bb95f26c5e

View file

@ -82,7 +82,6 @@ CUSTOM_CVAR(Float, con_notifyscale, 1, CVAR_ARCHIVE)
static FFont* GetNotifyFont()
{
return generic_ui ? NewSmallFont : isWW2GI()? ConFont : SmallFont ? SmallFont : AlternativeSmallFont;
}
void FNotifyBuffer::AddString(int printlevel, FString source)