From a2a771f94e6a53e078b0eefc27d204cb4d9dff44 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sun, 23 Mar 2025 03:42:26 +0000 Subject: [PATCH] [idd] cosmetic: single change just to trigger the ci workflow --- idd/LGIdd/CDebug.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/idd/LGIdd/CDebug.cpp b/idd/LGIdd/CDebug.cpp index 6d4cc5ab..73ec19a6 100644 --- a/idd/LGIdd/CDebug.cpp +++ b/idd/LGIdd/CDebug.cpp @@ -48,7 +48,6 @@ CDebug::CDebug() std::string ext = ".txt"; std::string logFile = folder + baseName + ext; - //rotate out old logs DeleteFileA((folder + baseName + ".5" + ext).c_str()); for (int i = 4; i >= 0; --i)