Changeset 387 in josm for trunk


Ignore:
Timestamp:
2007-10-14T21:03:25+02:00 (17 years ago)
Author:
gebner
Message:

Remove debugging output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java

    r386 r387  
    9999                                // Insert the node into all the nearby way segments
    100100                                List<WaySegment> wss = Main.map.mapView.getNearestWaySegments(e.getPoint());
    101                                 System.out.println(wss);
    102101                                Map<Way, List<Integer>> insertPoints = new HashMap<Way, List<Integer>>();
    103102                                for (WaySegment ws : wss) {
Note: See TracChangeset for help on using the changeset viewer.