summaryrefslogtreecommitdiff
path: root/lib/compound.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compound.rb')
-rw-r--r--lib/compound.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compound.rb b/lib/compound.rb
index 3ec321a..616db2c 100644
--- a/lib/compound.rb
+++ b/lib/compound.rb
@@ -178,9 +178,9 @@ module OpenTox
obconversion.read_string(obmol,@inchi)
smarts_pattern = OpenBabel::OBSmartsPattern.new
smarts_hits = {}
- LOGGER.debug "dv ----------- obmol #{Compound.new(@inchi).to_smiles}"
+ #LOGGER.debug "dv ----------- obmol #{Compound.new(@inchi).to_smiles}"
smarts_array.collect do |smarts|
- LOGGER.debug "dv ----------- all smarts #{smarts}"
+ #LOGGER.debug "dv ----------- all smarts #{smarts}"
smarts_pattern.init(smarts)
if smarts_pattern.match(obmol)
hits = smarts_pattern.get_map_list