Ignore:
Timestamp:
2011-07-01T09:32:56+02:00 (13 years ago)
Author:
stoecker
Message:

remove old debug stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/tagging/TagEditorModel.java

    r3640 r4191  
    1313import java.util.List;
    1414import java.util.Map;
    15 import java.util.logging.Logger;
    1615
    1716import javax.swing.DefaultListSelectionModel;
     
    3231@SuppressWarnings("serial")
    3332public class TagEditorModel extends AbstractTableModel {
    34     @SuppressWarnings("unused")
    35     static private final Logger logger = Logger.getLogger(TagEditorModel.class.getName());
    36 
    3733    static public final String PROP_DIRTY = TagEditorModel.class.getName() + ".dirty";
    3834
Note: See TracChangeset for help on using the changeset viewer.