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 Sep 7, 2010
1 parent 526362e commit 18f7d52
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -953,7 +953,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 18f7d52

Please sign in to comment.