Index: /branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py
===================================================================
--- /branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py	(revision 35010)
+++ /branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py	(revision 35011)
@@ -113,8 +113,4 @@
     '''
     def run(self):
-
-
-        print "test line"
-        print "PATH", os.getenv("PATH")
 
         if not self.scratchDb.connected: return
@@ -179,5 +175,5 @@
                         # XXXX EAM : in parallel model, this should happen for all P2 & Stack batches
                         # 
-                        if batchType == 'P2' and smfsPerGB > 30:
+                        if (batchType == 'P2' or batchType == 'ST') and smfsPerGB > 30:
                             if not self.dvoDetections.sync():
                                 self.logger.errorPair("Could not sync DVO with MySQL", "skipping")
@@ -280,5 +276,5 @@
     '''
     def printUsage(self):
-        super(Cleanup, self).printUsage("<[init]>")
+        super(Loader, self).printUsage("<[init]>")
 
     
