IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38532


Ignore:
Timestamp:
Jun 24, 2015, 9:21:47 AM (11 years ago)
Author:
bills
Message:

comment out a noisy printf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotGalaxyParams.c

    r38302 r38532  
    581581
    582582        if (bgPixels->n < numPixels) {
    583             fprintf(stderr, "could not find enough background pixels for source %d found %ld need %d\n", source->id, bgPixels->n, numPixels);
     583            // fprintf(stderr, "could not find enough background pixels for source %d found %ld need %d\n", source->id, bgPixels->n, numPixels);
    584584            goto restoreModel;
    585585        }
Note: See TracChangeset for help on using the changeset viewer.