Ignore:
Timestamp:
2016-08-26T16:54:43+12:00 (8 years ago)
Author:
davidb
Message:

Removal of debug print statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gui/FormatConversionDialog.java

    r29300 r30763  
    419419
    420420        if(process_exitValue >= 2) {
    421         System.err.println("@@@ Process exit value: " + process_exitValue);
     421        // System.err.println("@@@ Process exit value: " + process_exitValue);
    422422        errorMsg = Dictionary.get("FormatConversionDialog.Tidy_Failed")
    423423            + " " + Dictionary.get("FormatConversionDialog.XML_Still_Invalid");
     
    867867
    868868        if(process_exitValue >= 2) {
    869         System.err.println("@@@ Process exit value: " + process_exitValue);
     869        //System.err.println("@@@ Process exit value: " + process_exitValue);
    870870        setErrorStatus(Dictionary.get("FormatConversionDialog.Tidy_Failed"));
    871871        } else {
Note: See TracChangeset for help on using the changeset viewer.