From 958a9f8360652a2f0d2b5d75abca7cce38023287 Mon Sep 17 00:00:00 2001 From: Joaquin <67109235+Taiga74164@users.noreply.github.com> Date: Thu, 8 Sep 2022 05:43:55 -0600 Subject: [PATCH] remove log --- cheat-library/src/user/cheat/esp/ESP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat-library/src/user/cheat/esp/ESP.cpp b/cheat-library/src/user/cheat/esp/ESP.cpp index 2a7ae75..dac0d2b 100644 --- a/cheat-library/src/user/cheat/esp/ESP.cpp +++ b/cheat-library/src/user/cheat/esp/ESP.cpp @@ -157,7 +157,7 @@ namespace cheat::feature return false; auto configID = entity->raw()->fields._configID_k__BackingField; - LOG_DEBUG("%d", configID); + //LOG_DEBUG("%d", configID); if (configID != 70360001 && configID != 70360286) return false;