Ignore:
Timestamp:
01.07.2011 09:32:56 (11 months ago)
Author:
stoecker
Message:

remove old debug stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/plugin/PluginListPanel.java

    r3330 r4191  
    1010import java.awt.event.ActionListener; 
    1111import java.util.List; 
    12 import java.util.logging.Logger; 
    1312 
    1413import javax.swing.JCheckBox; 
     
    2524 
    2625public class PluginListPanel extends VerticallyScrollablePanel{ 
    27     @SuppressWarnings("unused") 
    28     private static final Logger logger = Logger.getLogger(PluginListPanel.class.getName()); 
    29  
    3026    private PluginPreferencesModel model; 
    3127 
Note: See TracChangeset for help on using the changeset viewer.