Changeset 3048 in josm for trunk/src


Ignore:
Timestamp:
2010-02-26T20:26:24+01:00 (15 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.