Skip to content

Commit

Permalink
Remove stray debug statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Jun 26, 2016
1 parent 0d7a31a commit 6d9768f
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -269,7 +269,6 @@ public final void generateCoordinates(final IReaction reaction) throws CDKExcept
}
}

System.err.println(afix.size() + " " + bfix.size());
setMolecule(mol, false, afix.keySet(), bfix);
generateCoordinates();
}
Expand Down

0 comments on commit 6d9768f

Please sign in to comment.