in progress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 24 Jun 2014 19:55:44 +0000 (19:55 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Tue, 24 Jun 2014 19:55:44 +0000 (19:55 +0000)
forester/java/src/org/forester/archaeopteryx/TreePanel.java

index fe048b3..d786ad6 100644 (file)
@@ -2360,7 +2360,6 @@ public final class TreePanel extends JPanel implements ActionListener, MouseWhee
                 sb.append( !ForesterUtil.isEmpty( a.getRefValue() ) ? a.getRefValue() : a.getDesc() );
             }
             final String ann_str = sb.toString();
-            System.out.println( ann_str );
             if ( !ForesterUtil.isEmpty( ann_str ) ) {
                 c = getControlPanel().getAnnotationColors().get( ann_str );
                 if ( c == null ) {
@@ -2372,7 +2371,7 @@ public final class TreePanel extends JPanel implements ActionListener, MouseWhee
                 }
             }
         }
-        System.out.println( c.toString() );
+        
         return c;
     }