Index: /trunk/ippToPsps/src/Dvo.c
===================================================================
--- /trunk/ippToPsps/src/Dvo.c	(revision 33594)
+++ /trunk/ippToPsps/src/Dvo.c	(revision 33595)
@@ -47,7 +47,7 @@
         externID = atoi(row[1]);
 
-        this->logger->print(this->logger, MSG_INFO, "Dvo", "---------------------------------------------------------------------\n");
-        this->logger->print(this->logger, MSG_INFO, "Dvo", "Getting skylist from DVO database for source ID = %d and extern ID = %d\n",
-                sourceID, externID); 
+        //this->logger->print(this->logger, MSG_INFO, "Dvo", "---------------------------------------------------------------------\n");
+        //this->logger->print(this->logger, MSG_INFO, "Dvo", "Getting skylist from DVO database for source ID = %d and extern ID = %d\n",
+        //        sourceID, externID); 
         skyList = dvoSkyListByExternID(this->dvoConfig, sourceID, externID, &image);
         if (!skyList) {
@@ -70,16 +70,16 @@
 
         // now get detections
-        this->logger->print(this->logger, MSG_INFO, "Dvo", "Getting detections...\n"); 
+        //this->logger->print(this->logger, MSG_INFO, "Dvo", "Getting detections...\n"); 
         dvoDetection* dvoDetections = NULL;
         int32_t maxDetectionId = -1;
-        int32_t numDetections = 
+        //int32_t numDetections = 
             dvoGetDetections(skyList, image->imageID, &dvoDetections, &maxDetectionId);
 
-        this->logger->print(this->logger, MSG_INFO, "Dvo", 
-                "Found %d detections with a max detection ID of %d\n", 
-                numDetections, maxDetectionId); 
-
-
-        this->logger->print(this->logger, MSG_INFO, "Dvo", "Inserting IDs into dvoDetection table...\n"); 
+        //this->logger->print(this->logger, MSG_INFO, "Dvo", 
+        //        "Found %d detections with a max detection ID of %d\n", 
+        //        numDetections, maxDetectionId); 
+
+
+        //this->logger->print(this->logger, MSG_INFO, "Dvo", "Inserting IDs into dvoDetection table...\n"); 
 
         uint32_t zeroDvoCount = 0;
