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/preferences/plugin/PluginPreferencesModel.java

    r3720 r4191  
    1414import java.util.Set;
    1515import java.util.Map.Entry;
    16 import java.util.logging.Logger;
    1716
    1817import org.openstreetmap.josm.Main;
     
    2120
    2221public class PluginPreferencesModel extends Observable{
    23     @SuppressWarnings("unused")
    24     private final static Logger logger = Logger.getLogger(PluginPreferencesModel.class.getName());
    25 
    2622    private final ArrayList<PluginInformation> availablePlugins = new ArrayList<PluginInformation>();
    2723    private final ArrayList<PluginInformation> displayedPlugins = new ArrayList<PluginInformation>();
Note: See TracChangeset for help on using the changeset viewer.