diff --git a/code/ryzom/client/src/client.cpp b/code/ryzom/client/src/client.cpp index 7967c24db..1c31a2e7b 100644 --- a/code/ryzom/client/src/client.cpp +++ b/code/ryzom/client/src/client.cpp @@ -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"))