Remove unused code: verbosity

This commit is contained in:
bofdahof
2025-04-17 13:38:08 +10:00
committed by Benjamin Nauck
parent 5b80376447
commit 09d08593ed
3 changed files with 0 additions and 27 deletions

View File

@@ -2644,8 +2644,6 @@ void Application::initConfig(int argc, char ** argv)
_pConsoleObserverStd->bWrn = false;
_pConsoleObserverStd->bErr = false;
}
if (mConfig["Verbose"] == "Strict")
Base::Console().UnsetConsoleMode(Base::ConsoleSingleton::Verbose);
// file logging Init ===========================================================
if (mConfig["LoggingFile"] == "1") {