Skip to content

Commit

Permalink
Removed output to STDOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Aug 30, 2010
1 parent b9b2272 commit 223fc9a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -949,7 +949,6 @@ public void testBug3040273() throws Exception {
fact.configureAtoms(mol);
SmilesGenerator sg = new SmilesGenerator();
String smiles = sg.createSMILES((IMolecule) mol);
System.out.println(smiles);
IAtomContainer mol2 = sp.parseSmiles(smiles);
Assert.assertTrue(UniversalIsomorphismTester.isIsomorph(mol, mol2));
}
Expand Down

0 comments on commit 223fc9a

Please sign in to comment.