IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42781 for trunk/ppImage/src


Ignore:
Timestamp:
Jan 9, 2025, 2:28:06 PM (18 months ago)
Author:
tdeboer
Message:

removing burntool message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageBurntoolApply.c

    r42395 r42781  
    226226        /* do separate masking strategy for old (14 and lower) and new burntool tables*/
    227227        if (BURNTOOL_STATE_GOOD >= 15) {
    228          printf("DET: New burntool style %d\n",BURNTOOL_STATE_GOOD);
     228         /*printf("DET: New burntool style %d\n",BURNTOOL_STATE_GOOD);*/
    229229          for (int i = box->sxfit; i<= box->exfit; i++) {
    230230              if (box->up == 0) {
     
    248248
    249249        } else {
    250          printf("DET: Old burntool style %d\n",BURNTOOL_STATE_GOOD);
     250        /* printf("DET: Old burntool style %d\n",BURNTOOL_STATE_GOOD);*/
    251251          for (int i = box->sxfit; i<= box->exfit; i++) {
    252252              if (box->up == 0) {
Note: See TracChangeset for help on using the changeset viewer.