Index: trunk/ippToPsps/jython/batch.py
===================================================================
--- trunk/ippToPsps/jython/batch.py	(revision 32162)
+++ trunk/ippToPsps/jython/batch.py	(revision 32163)
@@ -497,11 +497,4 @@
 
     '''
-    Checks whether this batch has already been processed and published. To be implemented by all subclasses
-    '''
-    def alreadyProcessed(self):
-        self.logger.warn("alreadyProcessed not implemented")
-
-
-    '''
     Creates and publishes a batch
     '''
@@ -520,6 +513,4 @@
                 if int(self.doc.find("options/reportNulls").text): self.reportNullsInAllPspsTables(False)
 
-        self.logger.infoPair("Batch......", "complete")
-
 from datastore import Datastore
 
