Changeset 3048 in josm


Ignore:
Timestamp:
26.02.2010 20:26:24 (2 years ago)
Author:
bastiK
Message:

clean up last commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadOsmTask.java

    r3047 r3048  
    162162                // Otherwise jump to the current download. 
    163163                if (isDisplayingMapView) { 
    164                     System.err.println("TRUE!"); 
    165164                    BoundingXYVisitor v = new BoundingXYVisitor(); 
    166165                    v.visit(currentBounds); 
Note: See TracChangeset for help on using the changeset viewer.