summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-07-21 12:48:48 +0200
committerAndreas Maunz <andreas@maunz.de>2011-07-21 12:48:48 +0200
commitcd536b197b7668f7be37f8b7340aa3f9e8c417b9 (patch)
treecb6f49ae93462653964348c1d19b9a8eb3aab524 /lib
parentba3e92cb0c64b5051aa5790f125797bb00eab74a (diff)
removed debug
Diffstat (limited to 'lib')
-rw-r--r--lib/compound.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compound.rb b/lib/compound.rb
index 616db2c..e7b4da0 100644
--- a/lib/compound.rb
+++ b/lib/compound.rb
@@ -187,7 +187,7 @@ module OpenTox
smarts_hits[smarts] = hits.size
end
end
- LOGGER.debug "dv ----------- smarts => hits #{smarts_hits}"
+ #LOGGER.debug "dv ----------- smarts => hits #{smarts_hits}"
return smarts_hits
#smarts_array.collect { |s| s if match?(s)}.compact
end