From f852364b3dd6faf56429a48b8e4f11577c4eb866 Mon Sep 17 00:00:00 2001 From: dante ruiz Date: Wed, 5 Jun 2019 14:26:35 -0700 Subject: [PATCH] enable logs --- launchers/darwin/src/main.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launchers/darwin/src/main.mm b/launchers/darwin/src/main.mm index 41e2986af7..cdcd66f963 100644 --- a/launchers/darwin/src/main.mm +++ b/launchers/darwin/src/main.mm @@ -17,7 +17,7 @@ void redirectLogToDocuments() int main(int argc, const char* argv[]) { //NSApp.appearance = [NSAppearance appearanceNamed: NSAppearanceNameAqua]; - //redirectLogToDocuments(); + redirectLogToDocuments(); NSArray* apps = [NSRunningApplication runningApplicationsWithBundleIdentifier:@"com.highfidelity.launcher"]; if ([apps count] > 1) { NSLog(@"launcher is already running");