IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33595 for trunk


Ignore:
Timestamp:
Mar 22, 2012, 2:27:29 PM (14 years ago)
Author:
rhenders
Message:

removed most of the logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/Dvo.c

    r33345 r33595  
    4747        externID = atoi(row[1]);
    4848
    49         this->logger->print(this->logger, MSG_INFO, "Dvo", "---------------------------------------------------------------------\n");
    50         this->logger->print(this->logger, MSG_INFO, "Dvo", "Getting skylist from DVO database for source ID = %d and extern ID = %d\n",
    51                 sourceID, externID);
     49        //this->logger->print(this->logger, MSG_INFO, "Dvo", "---------------------------------------------------------------------\n");
     50        //this->logger->print(this->logger, MSG_INFO, "Dvo", "Getting skylist from DVO database for source ID = %d and extern ID = %d\n",
     51        //        sourceID, externID);
    5252        skyList = dvoSkyListByExternID(this->dvoConfig, sourceID, externID, &image);
    5353        if (!skyList) {
     
    7070
    7171        // now get detections
    72         this->logger->print(this->logger, MSG_INFO, "Dvo", "Getting detections...\n");
     72        //this->logger->print(this->logger, MSG_INFO, "Dvo", "Getting detections...\n");
    7373        dvoDetection* dvoDetections = NULL;
    7474        int32_t maxDetectionId = -1;
    75         int32_t numDetections =
     75        //int32_t numDetections =
    7676            dvoGetDetections(skyList, image->imageID, &dvoDetections, &maxDetectionId);
    7777
    78         this->logger->print(this->logger, MSG_INFO, "Dvo",
    79                 "Found %d detections with a max detection ID of %d\n",
    80                 numDetections, maxDetectionId);
    81 
    82 
    83         this->logger->print(this->logger, MSG_INFO, "Dvo", "Inserting IDs into dvoDetection table...\n");
     78        //this->logger->print(this->logger, MSG_INFO, "Dvo",
     79        //        "Found %d detections with a max detection ID of %d\n",
     80        //        numDetections, maxDetectionId);
     81
     82
     83        //this->logger->print(this->logger, MSG_INFO, "Dvo", "Inserting IDs into dvoDetection table...\n");
    8484
    8585        uint32_t zeroDvoCount = 0;
Note: See TracChangeset for help on using the changeset viewer.