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

remove old debug stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java

    r3976 r4191  
    2323import java.util.ArrayList;
    2424import java.util.List;
    25 import java.util.logging.Logger;
    2625
    2726import javax.swing.AbstractAction;
     
    5150 */
    5251public class DownloadDialog extends JDialog  {
    53     @SuppressWarnings("unused")
    54     static private final Logger logger = Logger.getLogger(DownloadDialog.class.getName());
    55 
    5652    /** the unique instance of the download dialog */
    5753    static private DownloadDialog instance;
Note: See TracChangeset for help on using the changeset viewer.