diff -r ec45c0fcc26e -r 66da43a8fbf8 common/tools/analysis/parse_yarp_files.pl --- a/common/tools/analysis/parse_yarp_files.pl Thu Jun 18 15:12:05 2009 +0100 +++ b/common/tools/analysis/parse_yarp_files.pl Thu Jun 18 16:04:46 2009 +0100 @@ -25,7 +25,7 @@ { if ( m/Overall attempts:\s*(\d+),(\d+)/ ) { - print "Attempt: $1 Errors: $2\n"; + #print "Attempt: $1 Errors: $2\n"; $nRecipeErrors = $2; } }