Changeset 5844


Ignore:
Timestamp:
2003-11-13T16:58:50+13:00 (20 years ago)
Author:
kjdon
Message:

removed a print statement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/collection/CollectionConfiguration.java

    r5834 r5844  
    8080                String start_string = temp.substring(0,1);
    8181                if ((start_string.equals("\"") || start_string.equals("\'")) && (!temp.endsWith(start_string) || temp.length()==1)) {
    82                     Gatherer.println("we have found a starting quote but not an ending quote, so now read lines until we get to an end quote");
     82
    8383                    StringBuffer value_raw = new StringBuffer(temp.substring(1));
    8484                    // add the new line back in
Note: See TracChangeset for help on using the changeset viewer.