Changeset 9072


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

Removed a couple of debug statements.

Location:
trunk/gli/src/org/greenstone/gatherer
Files:
2 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++) {
  • trunk/gli/src/org/greenstone/gatherer/gui/EnrichPane.java

    r8994 r9072  
    412412    // If there is nothing in the collection tree there is nothing to do
    413413    if (collection_tree == null || collection_tree.getRowCount() == 0) {
    414         System.err.println("No/empty collection tree... nothing to do.");
    415414        return;
    416415    }
     
    758757            return;
    759758        }
    760 
    761         // System.err.println("In MetadataValueTableListSelectionListener.valueChanged()...");
    762759
    763760        selected_metadata_value_table_entry = null;
Note: See TracChangeset for help on using the changeset viewer.