Changeset 5707 for trunk


Ignore:
Timestamp:
2003-10-22T11:46:07+13:00 (21 years ago)
Author:
jmt12
Message:

Remove debug code

Location:
trunk/gli/src/org/greenstone/gatherer/util
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/AppendLineOnlyFileDocument.java

    r5669 r5707  
    2929
    3030    public AppendLineOnlyFileDocument(String filename) {
    31        System.err.println("Creating log: " + filename);
     31       ///ystem.err.println("Creating log: " + filename);
    3232    // Initialization
    3333    this.cache = new HashMap();
  • trunk/gli/src/org/greenstone/gatherer/util/Codec.java

    r5670 r5707  
    173173        }
    174174        }
    175         Gatherer.println("*** Transform: " + transform + " ***");
    176         Gatherer.println("*** Raw      : '" + raw + "'");
    177         Gatherer.println("*** Processed: '" + processed + "'");
     175        ///atherer.println("*** Transform: " + transform + " ***");
     176        ///atherer.println("*** Raw      : '" + raw + "'");
     177        ///atherer.println("*** Processed: '" + processed + "'");
    178178        // If cache is at maximum size, empty it and start again
    179179        if(CACHE.size() == MAX_CACHE_SIZE) {
Note: See TracChangeset for help on using the changeset viewer.