From d443437e8c2fb43fb48e485d7dd3ba44c5e79782 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 4 Nov 2018 15:59:30 +0100 Subject: main(): Remove "Hello, World" `NSLog` Don't need this any more. --- DomeKey/main.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/DomeKey/main.m b/DomeKey/main.m index a64b3d5..623e472 100644 --- a/DomeKey/main.m +++ b/DomeKey/main.m @@ -48,9 +48,6 @@ int main(int argc, const char * argv[]) { AppDelegate *app = [[AppDelegate alloc] initWithConfig:config]; [NSApp setDelegate:app]; - // insert code here... - NSLog(@"Hello, World!"); - [NSApp run]; } } else if (config->args.version) { -- cgit v1.2.3