From c37b1dbe05fcae1ce32d1ba7b3faaa5d0c2b1f5b Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Tue, 12 Apr 2022 22:24:52 +0200 Subject: [PATCH] remove debug log --- Framework/PCFileManager.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Framework/PCFileManager.m b/Framework/PCFileManager.m index fc09edb..ae1a1ee 100644 --- a/Framework/PCFileManager.m +++ b/Framework/PCFileManager.m @@ -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]) {