Changeset 5371


Ignore:
Timestamp:
2003-08-29T16:27:09+12:00 (21 years ago)
Author:
jmt12
Message:

Removed some debug stuff

File:
1 edited

Legend:

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

    r5296 r5371  
    131131    dictionary = ResourceBundle.getBundle(Utility.DICTIONARY, locale);
    132132    language = dictionary.getString("Language");
    133     System.err.println("Having loaded new dictionary: " + language);
     133    Gatherer.println("Having loaded new dictionary: " + language);
    134134    // Refresh all registered component
    135     System.err.println("Updating components");
     135    Gatherer.println("Updating components");
    136136    for(Iterator keys = keySet().iterator(); keys.hasNext(); ) {
    137137        Object component = keys.next();
Note: See TracChangeset for help on using the changeset viewer.