removing debug statments

This commit is contained in:
dante ruiz 2019-06-07 10:59:17 -07:00
parent 00baaffb97
commit 5499da0b7b
2 changed files with 1 additions and 3 deletions

View file

@ -46,8 +46,6 @@
NSString* downloadFileName = [sharedLauncher getDownloadFilename];
NSLog(@"extract interface zip");
NSLog(@"%@", appPath);
NSLog(@"%@", [appPath stringByAppendingString:downloadFileName]);
[sharedLauncher extractZipFileAtDestination:appPath :[appPath stringByAppendingString:downloadFileName]];
NSLog(@"finished extracting interface zip");

View file

@ -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");