summaryrefslogtreecommitdiff
path: root/lib/compound.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compound.rb')
-rw-r--r--lib/compound.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compound.rb b/lib/compound.rb
index 6cb7f78..c2ce5d0 100644
--- a/lib/compound.rb
+++ b/lib/compound.rb
@@ -22,7 +22,6 @@ module OpenTox
# Overwrites standard Mongoid method to create fingerprints before database insertion
def self.find_or_create_by params
- #PhysChem.descriptors # load descriptor features
compound = self.find_or_initialize_by params
compound.default_fingerprint_size = compound.fingerprint(DEFAULT_FINGERPRINT).size
compound.save