mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Application: removed threadID and milliseconds from logging.
This commit is contained in:
parent
08c16beff2
commit
e5c81f66a5
1 changed files with 0 additions and 3 deletions
|
@ -315,9 +315,6 @@ bool setupEssentials(int& argc, char** argv) {
|
|||
|
||||
Setting::preInit();
|
||||
|
||||
LogHandler::getInstance().setShouldDisplayMilliseconds(true);
|
||||
LogHandler::getInstance().setShouldOutputThreadID(true);
|
||||
|
||||
CrashHandler::checkForAndHandleCrash();
|
||||
CrashHandler::writeRunningMarkerFiler();
|
||||
qAddPostRoutine(CrashHandler::deleteRunningMarkerFile);
|
||||
|
|
Loading…
Reference in a new issue