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