This commit is contained in:
2025-12-16 12:06:39 +03:00
parent 18920cee6e
commit 4db649b478
2 changed files with 5 additions and 5 deletions

View File

@@ -70,10 +70,10 @@ void Logger::handleLog(QString msg, LogLevel logLevel)
QString level;
QString colorLevel = "pink";
#ifndef PROJECT_TYPE_DEBUG
if(logLevel == DEBUG)
return;
#endif
//#ifndef PROJECT_TYPE_DEBUG
// if(logLevel == DEBUG)
// return;
//#endif
switch (logLevel)
{