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/actions/DownloadAction.java

    r2990 r4191  
    88import java.awt.event.KeyEvent; 
    99import java.util.concurrent.Future; 
    10 import java.util.logging.Logger; 
    1110 
    1211import org.openstreetmap.josm.Main; 
     
    2726 */ 
    2827public class DownloadAction extends JosmAction { 
    29     @SuppressWarnings("unused") 
    30     private static final Logger logger = Logger.getLogger(DownloadAction.class.getName()); 
    31  
    3228    public DownloadAction() { 
    3329        super(tr("Download from OSM..."), "download", tr("Download map data from the OSM server."), 
Note: See TracChangeset for help on using the changeset viewer.