mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-15 16:11:25 +00:00
remove debug log
This commit is contained in:
parent
79150d285b
commit
c37b1dbe05
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
GNUstep ProjectCenter - http://www.gnustep.org/experience/ProjectCenter.html
|
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
|
Authors: Philippe C.D. Robert
|
||||||
Serg Stoyan
|
Serg Stoyan
|
||||||
|
@ -354,8 +354,6 @@ static PCFileManager *_mgr = nil;
|
||||||
{
|
{
|
||||||
NSString *path = [directory stringByAppendingPathComponent: candidate];
|
NSString *path = [directory stringByAppendingPathComponent: candidate];
|
||||||
|
|
||||||
NSLog(@"final candidate path is: %@", path);
|
|
||||||
|
|
||||||
if ([manager isExecutableFileAtPath: path])
|
if ([manager isExecutableFileAtPath: path])
|
||||||
{
|
{
|
||||||
return path;
|
return path;
|
||||||
|
|
Loading…
Reference in a new issue