mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-13 14:13:02 +00:00
Merge branch 'master' of https://github.com/gnustep/apps-projectcenter
This commit is contained in:
commit
fc194db093
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
GNUstep ProjectCenter - http://www.gnustep.org/experience/ProjectCenter.html
|
||||
|
||||
Copyright (C) 2000-2021 Free Software Foundation
|
||||
Copyright (C) 2000-2022 Free Software Foundation
|
||||
|
||||
Authors: Philippe C.D. Robert
|
||||
Serg Stoyan
|
||||
|
@ -353,8 +353,6 @@ static PCFileManager *_mgr = nil;
|
|||
while (nil != (candidate = [candidateEnumerator nextObject]))
|
||||
{
|
||||
NSString *path = [directory stringByAppendingPathComponent: candidate];
|
||||
|
||||
NSLog(@"final candidate path is: %@", path);
|
||||
|
||||
if ([manager isExecutableFileAtPath: path])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue