Index: applications/editors/josm/plugins/michigan_left/src/MichiganLeft/MichiganLeftAction.java
===================================================================
--- applications/editors/josm/plugins/michigan_left/src/MichiganLeft/MichiganLeftAction.java	(revision 18083)
+++ applications/editors/josm/plugins/michigan_left/src/MichiganLeft/MichiganLeftAction.java	(revision 18084)
@@ -60,5 +60,5 @@
         }
       }
-      System.out.println(tr("{0} extrem nodes.", ExtremNodes.size()));
+      //System.out.println(tr("{0} extrem nodes.", ExtremNodes.size()));
       if (ExtremNodes.size() != 4)
       {
@@ -121,5 +121,5 @@
         }
       }
-      System.out.println(tr("{0} extrem nodes.", ExtremNodes.size()));
+      //System.out.println(tr("{0} extrem nodes.", ExtremNodes.size()));
 
       ArrayList<Node> viaNodes=new ArrayList<Node>();
@@ -129,5 +129,5 @@
         Node extrem=(Node)enumKey.nextElement();
         Integer nb=(Integer) ExtremNodes.get(extrem);
-        System.out.println(tr("Via node {0}, {1}", extrem.getId(), nb.intValue()));
+        //System.out.println(tr("Via node {0}, {1}", extrem.getId(), nb.intValue()));
         if (nb.intValue() == 3)
         {
@@ -135,5 +135,5 @@
         }
       }
-      System.out.println(tr("{0} via nodes.", viaNodes.size()));
+      //System.out.println(tr("{0} via nodes.", viaNodes.size()));
 
       if (viaNodes.size() != 2) {
@@ -158,5 +158,5 @@
         }
       }
-      System.out.println(tr("Middle way: {0}", middle.getId()));
+      //System.out.println(tr("Middle way: {0}", middle.getId()));
 
       // Build relations
@@ -189,10 +189,10 @@
   public void incrementHashtable(Hashtable<Node, Integer> hash, Node node)
   {
-    System.out.println(tr("Processing {0}", node.getId()));
+    //System.out.println(tr("Processing {0}", node.getId()));
     if (hash.containsKey(node))
     {
       Integer nb=(Integer) hash.get(node);
       hash.put(node, new Integer (nb.intValue()+1));
-      System.out.println(tr("Old value", nb.intValue()));
+      //System.out.println(tr("Old value", nb.intValue()));
     }
     else
@@ -202,5 +202,5 @@
   public void buildRelation(Way fromWay, Way toWay, Node viaNode)
   {
-    System.out.println(tr("Relation: from {0} to {1} via {2}", fromWay.getId(), toWay.getId(), viaNode.getId()));
+    //System.out.println(tr("Relation: from {0} to {1} via {2}", fromWay.getId(), toWay.getId(), viaNode.getId()));
 
     Relation relation = new Relation();
