This commit is contained in:
Nav
2025-01-09 22:27:23 +00:00
parent 9c142d8b87
commit d1d01327ae
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,6 @@
void Logger::configure(const ProjectConfig& projectConfig) {
if (projectConfig.debugLogging) {
Logger::debugPrintingEnabled = true;
Logger::debug("Debug log printing has been enabled");
}
}