diff --git a/das-dn/third_party/AdsLib/Log.cpp b/das-dn/third_party/AdsLib/Log.cpp index c28594e8..c38682e6 100644 --- a/das-dn/third_party/AdsLib/Log.cpp +++ b/das-dn/third_party/AdsLib/Log.cpp @@ -5,14 +5,16 @@ */ #include "Log.h" - +#if 0 #include #include #include #include #include +#endif #include "public.h" +#if 0 #ifdef _WIN32 #define TIME_T_TO_STRING(DATE_TIME, TIME_T) do { \ struct tm temp; \ @@ -24,7 +26,7 @@ #else #define TIME_T_TO_STRING(DATE_TIME, TIME_T) std::strftime(DATE_TIME, sizeof(DATE_TIME), "%FT%T%z ", localtime(TIME_T)); #endif - +#endif size_t Logger::logLevel = CONFIG_DEFAULT_LOGLEVEL; #if 0 static const char* CATEGORY[] = {