mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 23:09:02 +00:00
Changed: Deactivate logs in console only in Release mode
This commit is contained in:
parent
5026960cec
commit
7e21282a39
1 changed files with 3 additions and 1 deletions
|
@ -351,10 +351,12 @@ int main(int argc, char **argv)
|
|||
CApplicationContext *appContext = new CApplicationContext;
|
||||
|
||||
createDebug();
|
||||
|
||||
#ifndef NL_DEBUG
|
||||
INelContext::getInstance().getDebugLog()->removeDisplayer("DEFAULT_SD");
|
||||
INelContext::getInstance().getInfoLog()->removeDisplayer("DEFAULT_SD");
|
||||
INelContext::getInstance().getWarningLog()->removeDisplayer("DEFAULT_SD");
|
||||
|
||||
#endif // NL_DEBUG
|
||||
|
||||
// if client_default.cfg is not in current directory, use application default directory
|
||||
if (!CFile::isExists("client_default.cfg"))
|
||||
|
|
Loading…
Reference in a new issue