diff --git a/darwin/main.m b/darwin/main.m index 5516723f..623deb99 100644 --- a/darwin/main.m +++ b/darwin/main.m @@ -24,9 +24,6 @@ static BOOL canQuit = NO; // well let's not do nothing; let's actually quit our graceful way NSEvent *e; - // for debugging - NSLog(@"in terminate:"); - if (!canQuit) complain("call to [NSApp terminate:] when not ready to terminate");