Skip to content

Commit

Permalink
Reverting: uncommenting the '[INFO] Using the new AtomContainer...' m…
Browse files Browse the repository at this point in the history
…esage.
  • Loading branch information
sauliusg committed Mar 9, 2018
1 parent 4c0a3a4 commit 6ba60ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private SilentChemObjectBuilder() {
if (CDK_LEGACY_AC) {
factory.register(IAtomContainer.class, AtomContainer.class);
} else {
// System.err.println("[INFO] Using the new AtomContainer implementation.");
System.err.println("[INFO] Using the new AtomContainer implementation.");
factory.register(IAtomContainer.class, AtomContainer2.class);
}

Expand Down

0 comments on commit 6ba60ef

Please sign in to comment.