disable logging in win32/release build by default

This commit is contained in:
Vadim Lopatin 2015-05-29 09:10:23 +03:00
parent 33e569d079
commit eecaf20577
1 changed files with 1 additions and 1 deletions

View File

@ -1592,7 +1592,7 @@ void initLogs() {
debug {
Log.setFileLogger(std.stdio.File("ui.log", "w"));
} else {
Log.setStderrLogger();
// no logging
}
} else {
Log.setStderrLogger();