IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 2, 2012, 4:48:13 PM (14 years ago)
Author:
bills
Message:

Remove the code that writes the configuration dump image. psphotCleanup does it.

File:
1 edited

Legend:

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

    r31154 r34283  
    2929        exit (psphotGetExitStatus());
    3030    }
    31     // Dump configuration
    32     bool mdok;
    33     psString dump = psMetadataLookupStr(&mdok, config->arguments, "DUMP_CONFIG"); // File for config
    34     if (dump && !pmConfigDump(config, dump)) {
    35         psError(psErrorCodeLast(), false, "Unable to dump configuration.");
    36         exit (psphotGetExitStatus());
    37     }
    38 
    39 
    4031
    4132    psLogMsg ("psphot", 3, "complete psphot run: %f sec\n", psTimerMark ("complete"));
Note: See TracChangeset for help on using the changeset viewer.