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

remove old debug stuff

Location:
trunk/src/org/openstreetmap/josm/gui/oauth
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/oauth/OAuthAuthorizationWizard.java

    r3501 r4191  
    2222import java.beans.PropertyChangeEvent;
    2323import java.beans.PropertyChangeListener;
    24 import java.util.logging.Logger;
    2524
    2625import javax.swing.AbstractAction;
     
    5554 */
    5655public class OAuthAuthorizationWizard extends JDialog {
    57     @SuppressWarnings("unused")
    58     static private final Logger logger = Logger.getLogger(OAuthAuthorizationWizard.class.getName());
    59 
    6056    private HtmlPanel pnlMessage;
    6157    private boolean canceled;
  • trunk/src/org/openstreetmap/josm/gui/oauth/OsmOAuthAuthorizationClient.java

    r4147 r4191  
    1717import java.util.Map;
    1818import java.util.Map.Entry;
    19 import java.util.logging.Logger;
    2019
    2120import oauth.signpost.OAuth;
     
    3736
    3837public class OsmOAuthAuthorizationClient {
    39     @SuppressWarnings("unused")
    40     static private final Logger logger = Logger.getLogger(OsmOAuthAuthorizationClient.class.getName());
    41 
    4238    private OAuthParameters oauthProviderParameters;
    4339    private OAuthConsumer consumer;
Note: See TracChangeset for help on using the changeset viewer.