Disable logging to file

This causes the log to not be displayed in console, and the commit that was supposed to fix that was reverted because it fails to compile on our build server for some reason
dev-time-step
krzys-h 2016-01-30 16:51:09 +01:00
parent 05e19f47c3
commit e0fcaf3a64
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ int main(int argc, char *argv[])
auto systemUtils = CSystemUtils::Create(); // platform-specific utils
systemUtils->Init();
logger.SetOutputFile(systemUtils->GetSaveDir() + "/log.txt");
//logger.SetOutputFile(systemUtils->GetSaveDir() + "/log.txt");
// Workaround for character encoding in argv on Windows
#if PLATFORM_WINDOWS