Skip to content

Commit

Permalink
Remove STDOUT print from test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed May 1, 2017
1 parent 603e7f8 commit d7faef6
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -189,7 +189,6 @@ public void testAzulene() throws Exception {

IAtomContainer mol = TestMoleculeFactory.makeAzulene();
Assert.assertNotNull("Created molecule was null", mol);
AtomContainerPrinter.print(mol);

AtomContainerManipulator.percieveAtomTypesAndConfigureAtoms(mol);
Aromaticity.cdkLegacy().apply(mol);
Expand Down

0 comments on commit d7faef6

Please sign in to comment.