Skip to content

Commit

Permalink
Removed code to enable debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Aug 2, 2015
1 parent 8afd272 commit 9bec3fc
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -51,8 +51,6 @@ public class AtomPlacerTest extends CDKTestCase {
public void emptyAtomsListTest() {
List<IAtom> atoms = new ArrayList<IAtom>();
// switch on debugging, to see if NPE is thrown
System.setProperty("cdk.debugging", "true");
System.setProperty("cdk.debug.stdout", "true");
AtomPlacer placer = new AtomPlacer();
boolean npeThrown = false;
try {
Expand Down

0 comments on commit 9bec3fc

Please sign in to comment.