Changed map parser to ignore " in lines like "x y z" (at ComPhy 2012 Moscow)
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 8 Aug 2012 07:52:13 +0000 (07:52 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 8 Aug 2012 07:52:13 +0000 (07:52 +0000)
forester/java/src/org/forester/tools/PhylogenyDecorator.java

index f01701a..90959dc 100644 (file)
@@ -157,7 +157,6 @@ public final class PhylogenyDecorator {
                     } // if ( new_values != null ) 
                 } // if ( map.containsKey( name ) || ( numbers_of_chars_allowed_to_remove_if_not_found_in_map > 0 ) )
                 else if ( picky ) {
                     } // if ( new_values != null ) 
                 } // if ( map.containsKey( name ) || ( numbers_of_chars_allowed_to_remove_if_not_found_in_map > 0 ) )
                 else if ( picky ) {
-                    System.out.println( map.toString() );
                     throw new IllegalArgumentException( "\"" + name + "\" not found in name map" );
                 }
             }
                     throw new IllegalArgumentException( "\"" + name + "\" not found in name map" );
                 }
             }