Changeset 7313


Ignore:
Timestamp:
2004-05-12T14:28:20+12:00 (20 years ago)
Author:
kjdon
Message:

removed forgotten print statements

File:
1 edited

Legend:

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

    r7293 r7313  
    147147            will_accumulate = true;
    148148            // check for the same value
    149             // *** TODO this doesn't work for hierarchical metadata
    150             System.err.println("sibling value="+MSMUtils.getValue(sib_meta)+", this value="+metadata.getAbsoluteValue());
    151149            if(metadata.getAbsoluteValue().equals(MSMUtils.getValue(sib_meta))) {
    152             System.err.println("matches!!!!!");
    153150            return;
    154151            }
Note: See TracChangeset for help on using the changeset viewer.