Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Apodaca committed Jul 18, 2009
1 parent 8305110 commit 3eca88c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/com/metamolecular/mx/fingerprint/PathFingerprinter.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ public BitSet getFingerprint(Molecule molecule)
{
bloomFilter.clear();
findAromatics(molecule);

// System.out.println(molecule.countAtoms());

for (int i = 0; i < molecule.countAtoms(); i++)
{
Expand Down

0 comments on commit 3eca88c

Please sign in to comment.