Ignore:
Timestamp:
2003-12-02T17:23:46+13:00 (21 years ago)
Author:
jmt12
Message:

Removed debug statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/msm/GDMDocument.java

    r6069 r6092  
    196196            node_value = metadata.getAbsoluteValue();
    197197        }
    198         System.err.println("Creating node in GDMDocument: '" + node_value + "'");
     198        ///ystem.err.println("Creating node in GDMDocument: '" + node_value + "'");
    199199        metadata_element.appendChild(base_document.createTextNode(node_value));
    200200        // Retrieve the first description element for this fileset (there should only be one, but I'll play it safe).
     
    380380                        //String current_value = Codec.transform(metadata.getValueNode().getFullPath(false), Codec.TEXT_TO_DOM);
    381381                        String current_value = metadata.getValueNode().getFullPath(false);
    382                         //System.err.println("Checking the current mdv path: " + current_value);
    383                         //System.err.println("Against whats in the metadata file: " + raw_value);
     382                        ///ystem.err.println("Checking the current mdv path: " + current_value);
     383                        ///ystem.err.println("Against whats in the metadata file: " + raw_value);
    384384                        if(!raw_value.equals(current_value)) {
    385385                        // Remove old text
Note: See TracChangeset for help on using the changeset viewer.