disable debug logging

This commit is contained in:
Gray
2025-07-15 21:34:11 -04:00
parent 51d4ec80ea
commit d769fbc1b2

View File

@@ -121,7 +121,7 @@ inline void InitLogger()
#define LOG_FATAL(loggerName, ...)
#endif
#if 1
#if 0
#define DEBUG_LOG_INFO(loggerName, ...) \
if (spdlog::get(#loggerName)) \
spdlog::get(#loggerName)->info(std::format(__VA_ARGS__));