Changeset 30763 for main/trunk/gli


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

Removal of debug print statements

Location:
main/trunk/gli/src/org/greenstone/gatherer
Files:
2 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 {
  • main/trunk/gli/src/org/greenstone/gatherer/util/XMLTools.java

    r30705 r30763  
    530530        if (xml_file.exists() == false)
    531531        {
    532             System.err.println("@@@ file " + xml_file + " does not exist.");
     532            // System.err.println("@@@ file " + xml_file + " does not exist.");
    533533            return null;
    534534        }
Note: See TracChangeset for help on using the changeset viewer.