IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20868


Ignore:
Timestamp:
Dec 1, 2008, 4:12:18 PM (17 years ago)
Author:
Paul Price
Message:

Removing apparent debugging statement.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsRead.c

    r20768 r20868  
    7474    psTrace ("psModules.concepts", 3, "parsing concept: %s\n", spec->blank->name);
    7575    if (!strcmp (spec->blank->name, "CELL.XPARITY")) {
    76         psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", spec->blank->name);
     76        psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", spec->blank->name);
    7777    }
    7878
     
    273273        psMetadataItem *headerItem = NULL; // The value of the concept from the header
    274274
    275         psTrace ("psModules.concepts", 3, "reading concept: %s\n", name);
    276         if (!strcmp (name, "CELL.XPARITY")) {
    277             psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", name);
    278         }
    279         if (!strcmp (name, "CELL.TRIMSEC")) {
    280             psTrace ("psModules.concepts", 3, "parsing CELL.TRIMSEC: %s\n", name);
    281         }
     275        psTrace ("psModules.concepts", 3, "reading concept: %s\n", name);
     276        if (!strcmp (name, "CELL.XPARITY")) {
     277            psTrace ("psModules.concepts", 3, "parsing CELL.XPARITY: %s\n", name);
     278        }
     279        if (!strcmp (name, "CELL.TRIMSEC")) {
     280            psTrace ("psModules.concepts", 3, "parsing CELL.TRIMSEC: %s\n", name);
     281        }
    282282
    283283        // First check the cell configuration
     
    298298                    }
    299299                    // if (!headerItem) {
    300                     // psWarning("Unable to find concept %s claimed to be in header as %s", name, conceptItem->data.str);
    301                     // }
     300                    // psWarning("Unable to find concept %s claimed to be in header as %s", name, conceptItem->data.str);
     301                    // }
    302302                    psMemIncrRefCounter(headerItem);
    303303                }
     
    333333                if (hduLow->header) {
    334334                    headerItem = psMetadataLookup(hduLow->header, keywords);
    335                     if (!strcmp (keywords, "GAIN")) {
    336                       if (!headerItem) {
    337                         psWarning ("Failed to find to get gain for a cell");
    338                       }
    339                     }
    340335                }
    341336                if (!headerItem && hduHigh != hduLow && hduHigh->header) {
Note: See TracChangeset for help on using the changeset viewer.