Index: trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java	(revision 3186)
+++ trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java	(revision 3187)
@@ -212,5 +212,4 @@
                     "Add and move a virtual new node to {0} ways", virtualWays.size(),
                     virtualWays.size());
-            System.err.println("Select Action/mouseDragged "+ Thread.currentThread().getName());
             Main.main.undoRedo.add(new SequenceCommand(text, virtualCmds));
             selectPrims(Collections.singleton((OsmPrimitive)virtualNode), false, false, false, false);
@@ -325,5 +324,4 @@
                             virtualWays.add(nearestWS);
                             if(virtualNode == null) {
-                                System.err.println("Select Action/getNearestCollectionVirtual "+ Thread.currentThread().getName());
                                 virtualNode = new Node(Main.map.mapView.getLatLon(pc.x, pc.y));
                             }
Index: trunk/src/org/openstreetmap/josm/command/MoveCommand.java
===================================================================
--- trunk/src/org/openstreetmap/josm/command/MoveCommand.java	(revision 3186)
+++ trunk/src/org/openstreetmap/josm/command/MoveCommand.java	(revision 3187)
@@ -91,5 +91,4 @@
     @Override public boolean executeCommand() {
         for (Node n : nodes) {
-            System.err.println("MoveCommand "+ Thread.currentThread().getName());
             // in case #3892 happens again
             if (n == null)
Index: trunk/src/org/openstreetmap/josm/data/osm/DataSet.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/DataSet.java	(revision 3186)
+++ trunk/src/org/openstreetmap/josm/data/osm/DataSet.java	(revision 3187)
@@ -768,5 +768,4 @@
         nodes.remove(node);
         node.setCoorInternal(newCoor);
-//        System.err.println("DataSet/reindexNode "+ Thread.currentThread().getName());
         nodes.add(node);
         for (OsmPrimitive primitive: node.getReferrers()) {
