# HG changeset patch # User Dario Sestito # Date 1245337486 -3600 # Node ID 66da43a8fbf8b8255e3030893e2e76a7056a78a6 # Parent ec45c0fcc26e2ed2f4903ea4465eb0595098edb4 Commented out print line 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; } }