Index: trunk/ippToPsps/jython/dvodetections.py
===================================================================
--- trunk/ippToPsps/jython/dvodetections.py	(revision 38883)
+++ trunk/ippToPsps/jython/dvodetections.py	(revision 39007)
@@ -14,4 +14,5 @@
 '''
 A class for ingesting DVO detections into MySQL
+XXX EAM 20151029 : I do not believe this class is used at all.  I am poisoning it with an exit
 '''
 class DvoDetections(Dvo):
@@ -21,8 +22,8 @@
     '''
     def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db):
-#   def __init__(self, logger, config, skychunk, ippToPspsDb, scratchDb):
-
+        
         super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb, gpc1Db)
-#       super(DvoDetections, self).__init__(logger, config, skychunk, ippToPspsDb, scratchDb)
+        print "----- DvoDetections is not used, is it?? -----"
+        os._exit(1)
 
         # declare DVO file types of interest
