src/utils/qa/countRows.csh 1.9
1.9 2009/09/10 22:50:04 kuhn
removed some debugging statements
Index: src/utils/qa/countRows.csh
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/countRows.csh,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -B -U 4 -r1.8 -r1.9
--- src/utils/qa/countRows.csh 10 Sep 2009 22:30:55 -0000 1.8
+++ src/utils/qa/countRows.csh 10 Sep 2009 22:50:04 -0000 1.9
@@ -23,11 +23,8 @@
set db=$argv[1]
set tablelist=$argv[2] # file of tablenames or single table name
endif
-echo "database $db"
-echo "tablelist $tablelist"
-
echo
if ( -e $tablelist ) then
echo "running countRows for tables:"
set tables=`cat $tablelist`