Index: /applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/AddressFinderThread.java
===================================================================
--- /applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/AddressFinderThread.java	(revision 23941)
+++ /applications/editors/josm/plugins/FixAddresses/src/org/openstreetmap/josm/plugins/fixAddresses/AddressFinderThread.java	(revision 23942)
@@ -94,5 +94,4 @@
 				
 				if (nearestName != null) {
-					System.out.println("Picked " + nearestName + " with distance " + minDist + "m");
 					addressNode.setGuessedStreetName(nearestName);
 				}
