From f91e41db5de8290ee191135926be96fff1e31610 Mon Sep 17 00:00:00 2001 From: george Date: Tue, 21 May 2019 02:33:46 +0100 Subject: [PATCH] remove useless debug print --- extension.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.cpp b/extension.cpp index efdf0d4..98066ac 100644 --- a/extension.cpp +++ b/extension.cpp @@ -131,7 +131,7 @@ DETOUR_DECL_STATIC6(Detour_SendTo, int, int, s, char *, buf, int, len, int, flag if (memcmp(buf, A2S_PLAYER_REPLY, 5) == 0) { - g_pSM->LogMessage(myself, "A2S_PLAYER_REPLY: %s", buf); + //g_pSM->LogMessage(myself, "A2S_PLAYER_REPLY: %s", buf); g_PlayerReplyPacket.Reset(); //build up the packet as a bitbuffer so we can use the nice helper functions to do the work for us