Index: /trunk/psLib/src/TestCoverage
===================================================================
--- /trunk/psLib/src/TestCoverage	(revision 5109)
+++ /trunk/psLib/src/TestCoverage	(revision 5110)
@@ -17,6 +17,6 @@
 #  RETURN : zero upon successful parsing of directories
 #
-#  $Revision: 1.2 $  $Name: not supported by cvs2svn $
-#  $Date: 2005-09-23 18:58:01 $
+#  $Revision: 1.3 $  $Name: not supported by cvs2svn $
+#  $Date: 2005-09-23 18:58:49 $
 #
 #  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -213,10 +213,8 @@
                 $objfile = `ls $base_dir/.libs/*$objfile`;
                 chop $objfile;
-                print "objfile=",$objfile,"\n";
                 # Increment total number of c files
                 $cfiles++;
 
                 # Call C source sloc count
-                 print "gcov -f -o $objfile $base_dir/$files[$j] > $base_dir/coverage\n";
                  system("gcov -f -o $objfile $base_dir/$files[$j] > $base_dir/coverage");
                  if ( $? == 0 ) {
