Long-awaited TODO: removed the "in terminate:" message.
This commit is contained in:
parent
cb8323bee6
commit
5fd3a6fbab
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue