From ca37f7d2c565581cb40def755d86dc622bfcca3c Mon Sep 17 00:00:00 2001 From: mann1x <20623405+mann1x@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:12:15 +0200 Subject: [PATCH] Remove dubug flag --- common/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.cpp b/common/common.cpp index c53749bef..f447aa9ad 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -92,7 +92,7 @@ int32_t PhysicalCores = std::thread::hardware_concurrency(); // CPUSET logging // -#define CPUSET_DEBUG 1 +#define CPUSET_DEBUG 0 #if (CPUSET_DEBUG >= 1) #define CPUSET_PRINT_DEBUG(...) printf(__VA_ARGS__) #else