Index: trunk/ippToPsps/jython/ipptopsps.py
===================================================================
--- trunk/ippToPsps/jython/ipptopsps.py	(revision 32019)
+++ trunk/ippToPsps/jython/ipptopsps.py	(revision 32035)
@@ -23,5 +23,7 @@
     logger.infoSeparator()
 
-    # gett list of all items available in DVO
+    logger.infoTitle("Queuing " + batchType + " items")
+
+    # get list of all items available in DVO
     allIDs = gpc1Db.getIDsInThisDVODbForThisStage(DVOGPC1LABEL, batchType)
     logger.infoPair("All %s items in DVO" % batchType, "%d" % len(allIDs))
@@ -77,5 +79,4 @@
 if len(sys.argv) > 2 and sys.argv[2] == "init":
     QUEUE_IN = 1
-    print "JKJKJKJKJK\n\n"
 else:
     QUEUE_IN = 0
