Index: /trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java	(revision 386)
+++ /trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java	(revision 387)
@@ -99,5 +99,4 @@
 				// Insert the node into all the nearby way segments
 				List<WaySegment> wss = Main.map.mapView.getNearestWaySegments(e.getPoint());
-				System.out.println(wss);
 				Map<Way, List<Integer>> insertPoints = new HashMap<Way, List<Integer>>();
 				for (WaySegment ws : wss) {
