Commented out print line
authorDario Sestito <darios@symbian.org>
Thu, 18 Jun 2009 16:04:46 +0100
changeset 202 66da43a8fbf8
parent 201 ec45c0fcc26e
child 203 011f16c9778b
Commented out print line
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;
 		}
 	}