From 4d04f408d731cac8bf3897905f2a9ec998b28292 Mon Sep 17 00:00:00 2001 From: LazyByteDev <192471894+LazyByteDev@users.noreply.github.com> Date: Mon, 2 Mar 2026 22:18:28 -0500 Subject: [PATCH] removed statscounter logging --- Minecraft.Client/StatsCounter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.Client/StatsCounter.cpp b/Minecraft.Client/StatsCounter.cpp index 0194961d..e364162f 100644 --- a/Minecraft.Client/StatsCounter.cpp +++ b/Minecraft.Client/StatsCounter.cpp @@ -34,11 +34,11 @@ StatsCounter::StatsCounter() void StatsCounter::award(Stat* stat, unsigned int difficulty, unsigned int count) { - printf("[StatsCounter] award(): %ls | isAchievement: %s | difficulty: %u | count: %u\n", + /*printf("[StatsCounter] award(): %ls | isAchievement: %s | difficulty: %u | count: %u\n", stat->name.c_str(), stat->isAchievement() ? "YES" : "NO", difficulty, - count); + count);*/ #ifndef _DURANGO if( stat->isAchievement() ) difficulty = 0;