From 0d0e1f56f2640dcdf4c7d1bede211652dcb139d5 Mon Sep 17 00:00:00 2001 From: Artem Golubikhin Date: Thu, 13 Jul 2017 10:29:31 +0000 Subject: [PATCH] Forgot to remove this debugging log --- Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.cpp b/Main.cpp index dae2840..0762feb 100644 --- a/Main.cpp +++ b/Main.cpp @@ -892,7 +892,7 @@ string SafePositionalPrintf(string format, vector args, bool positional } void PF_MessageEnd_I() { - LOG_CONSOLE(PLID, "Message end! %d %d", *g_msgType, g_msgBuffer->cursize); + //LOG_CONSOLE(PLID, "Message end! %d %d", *g_msgType, g_msgBuffer->cursize); const char *temp = GET_USER_MSG_NAME(PLID, *g_msgType, nullptr); string msgName = temp != nullptr ? temp : ""; if (msgName == "SayText" || msgName == "TextMsg") {