Changeset 4809 in josm


Ignore:
Timestamp:
17.01.2012 13:42:56 (4 months ago)
Author:
bastiK
Message:

remove bogus message (no connection is established at this point) (see #7140)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmApi.java

    r4709 r4809  
    194194                System.err.println(tr("It supports protocol version 0.6, while the server says it supports {0} to {1}.", 
    195195                        capabilities.get("version", "minimum"), capabilities.get("version", "maximum"))); 
    196                 initialized = false; 
     196                initialized = false; // FIXME get's overridden by next assignment 
    197197            } 
    198             System.out.println(tr("Communications with {0} established using protocol version {1}.", 
    199                     serverUrl, 
    200                     version)); 
    201198            initialized = true; 
    202199 
Note: See TracChangeset for help on using the changeset viewer.