From 5fd3a6fbabbefff94ed2399379e4252e19722155 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 16 Jan 2016 19:34:34 -0500 Subject: [PATCH] Long-awaited TODO: removed the "in terminate:" message. --- darwin/main.m | 3 --- 1 file changed, 3 deletions(-) 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");