Changed: Don't log nldebug in Release
This commit is contained in:
parent
95f7448dd2
commit
b0916cf1de
1 changed files with 5 additions and 0 deletions
|
@ -366,6 +366,11 @@ int main(int argc, char **argv)
|
|||
// init the Nel context
|
||||
CApplicationContext *appContext = new CApplicationContext;
|
||||
|
||||
// disable nldebug messages in logs in Release
|
||||
#ifdef NL_RELEASE
|
||||
DisableNLDebug = true;
|
||||
#endif
|
||||
|
||||
createDebug();
|
||||
|
||||
INelContext::getInstance().setWindowedApplication(true);
|
||||
|
|
Loading…
Reference in a new issue