Index: trunk/ippToPsps/jython/batch.py
===================================================================
--- trunk/ippToPsps/jython/batch.py	(revision 39008)
+++ trunk/ippToPsps/jython/batch.py	(revision 39027)
@@ -534,9 +534,9 @@
 
             # example of listing all columns in a table:
-            print "-----table: " + table.name
-            myColumns = table.columns()
-            for column in myColumns:
-                print column
-            print "-----"
+            ## print "-----table: " + table.name
+            ## myColumns = table.columns()
+            ## for column in myColumns:
+            ##     print column
+            ## print "-----"
 
             print "import smf table ", table.name
@@ -558,9 +558,6 @@
             self.logger.debug("Removing Infinity values from all columns")
             table = stilts.tpipe(table, cmd='keepcols "' + columns + '"')
-            print "-----"
             table = stilts.tpipe(table, cmd='replaceval -Infinity null *')
-            print "-----"
             table = stilts.tpipe(table, cmd='replaceval Infinity null *')
-            print "cleaned up values ", table.name
 
             try:
