From 31ad9e7b892a891a83e909236ecd27a5331b6c54 Mon Sep 17 00:00:00 2001 From: freesource Date: Wed, 25 Jul 2001 04:58:09 +0000 Subject: [PATCH] Commented out redundant error output for bins. --- Yard.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Yard.pm b/Yard.pm index 13bbc31..daae09a 100644 --- a/Yard.pm +++ b/Yard.pm @@ -1271,9 +1271,9 @@ sub find_file_in_path { my($abs_file) = "$dir/$file"; return $abs_file if -e $abs_file; } - if ( !-e "$path[$#path]/$file") { - info(1,"gBootRoot Error: Couldn't find $file\n"); - } +# if ( !-e "$path[$#path]/$file") { +# info(1,"gBootRoot Error: Couldn't find $file\n"); +# } undef; }