mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Remove debug logs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@39813 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dc7101d1c4
commit
f8ce8e4ccd
1 changed files with 0 additions and 2 deletions
|
@ -111,9 +111,7 @@ static NSString * const kButtonActionKey = @"show";
|
|||
NSString *imageName = [[infoDict objectForKey:@"CFBundleIconFiles"] objectAtIndex:0];
|
||||
NSString *imageType = @"";
|
||||
NSString *path = nil;
|
||||
NSLog(@"XXX");
|
||||
NSImage *image = [self _imageForBundleInfo:infoDict];
|
||||
NSLog(@"XXX");
|
||||
|
||||
appIcon = [self _iconFromImage:image];
|
||||
appIconPath = [[image _filename] copy];
|
||||
|
|
Loading…
Reference in a new issue