Index: /branches/eam_branches/ipp-20140717/ippToPsps/jython/gpc1db.py
===================================================================
--- /branches/eam_branches/ipp-20140717/ippToPsps/jython/gpc1db.py	(revision 37171)
+++ /branches/eam_branches/ipp-20140717/ippToPsps/jython/gpc1db.py	(revision 37172)
@@ -118,8 +118,5 @@
             sql = "SELECT differentStuff from Stufftable"
 
-        print "SQL: " + sql
-
-        try:
-            # XXX EAM : test output
+        try:
             rs = self.executeQuery(sql)
 
@@ -344,5 +341,4 @@
 
 
-        # XXX EAM : test output
         self.logger.infoPair("smf files:", files)
         if len(files) < 1: return None
