mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 11:40:47 +00:00
Removed annoying log
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7430 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6bd1c1f88a
commit
bef15b5d9f
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ static NSCell* tileCell = nil;
|
|||
then we ask the delegate if the app is to be terminated. */
|
||||
if (wasMain && count == 0)
|
||||
{
|
||||
NSLog(@"asking delegate whether to terminate app...");
|
||||
NSDebugLog(@"asking delegate whether to terminate app...");
|
||||
if ([delegate respondsToSelector:
|
||||
@selector(applicationShouldTerminateAfterLastWindowClosed:)])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue