diff options
-rw-r--r-- | DomeKey/main.m | 3 |
1 files changed, 0 insertions, 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) { |