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/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.