Long-awaited TODO: removed the "in terminate:" message.

This commit is contained in:
Pietro Gagliardi 2016-01-16 19:34:34 -05:00
parent cb8323bee6
commit 5fd3a6fbab
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ static BOOL canQuit = NO;
// well let's not do nothing; let's actually quit our graceful way // well let's not do nothing; let's actually quit our graceful way
NSEvent *e; NSEvent *e;
// for debugging
NSLog(@"in terminate:");
if (!canQuit) if (!canQuit)
complain("call to [NSApp terminate:] when not ready to terminate"); complain("call to [NSApp terminate:] when not ready to terminate");