Ignore:
Timestamp:
2005-02-17T11:42:30+13:00 (19 years ago)
Author:
mdewsnip
Message:

Removed a couple of debug statements.

File:
1 edited

Legend:

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

    r9019 r9072  
    132132    public void fileAddedToCollection(File file)
    133133    {
    134     System.err.println("New file added to collection: " + file);
    135 
    136134    // First check the plugins already assigned in the collection
    137135    for (int i = 0; i < super.getSize(); i++) {
Note: See TracChangeset for help on using the changeset viewer.