From bb95f26c5e4cd83d07fb75b5cfb0c3f63b96a996 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 4 Jan 2022 16:51:16 +0100 Subject: [PATCH] - removed debug message. --- source/core/console/c_notifybuffer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/core/console/c_notifybuffer.cpp b/source/core/console/c_notifybuffer.cpp index 9cc219f34..56db8edf6 100644 --- a/source/core/console/c_notifybuffer.cpp +++ b/source/core/console/c_notifybuffer.cpp @@ -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)