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

remove old debug stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginDownloadTask.java

    r4087 r4191  
    1515import java.util.Collection;
    1616import java.util.LinkedList;
    17 import java.util.logging.Logger;
    1817
    1918import org.openstreetmap.josm.Main;
     
    3635 */
    3736public class PluginDownloadTask extends PleaseWaitRunnable{
    38     @SuppressWarnings("unused")
    39     private static final Logger logger = Logger.getLogger(PluginDownloadTask.class.getName());
    40 
    4137    private final Collection<PluginInformation> toUpdate = new LinkedList<PluginInformation>();
    4238    private final Collection<PluginInformation> failed = new LinkedList<PluginInformation>();
Note: See TracChangeset for help on using the changeset viewer.