mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 17:52:42 +00:00
Removed temporary debug output.
This commit is contained in:
parent
2071f6acdd
commit
df5a79d769
1 changed files with 0 additions and 1 deletions
|
@ -1264,7 +1264,6 @@ static NSSize scaledIconSizeForSize(NSSize imageSize)
|
|||
|
||||
/* Application was executed with argument '-autolaunch YES'. Set argument
|
||||
* value to "NO" for future calls to `activateIgnoringOtherApps:`. */
|
||||
NSLog(@"autolaunch = %@", autolaunch);
|
||||
if (autolaunch && [autolaunch isEqualToString: @"YES"])
|
||||
{
|
||||
NSMutableDictionary *args;
|
||||
|
|
Loading…
Reference in a new issue