summaryrefslogtreecommitdiff
path: root/helper.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-02-27 09:32:57 +0100
committerChristoph Helma <helma@in-silico.ch>2011-02-27 09:32:57 +0100
commit0f7a8d6692170bb3e369a78a92e848a60baa7ad3 (patch)
tree5b7d938adc222c4dbd654c1cd39fa48e2966802a /helper.rb
parent18801dca5ff1458384491b5bdf5c15271f0681d5 (diff)
code cleanup
Diffstat (limited to 'helper.rb')
-rw-r--r--helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/helper.rb b/helper.rb
index d2c5593..0813fff 100644
--- a/helper.rb
+++ b/helper.rb
@@ -53,7 +53,6 @@ helpers do
features = {:activating => [], :deactivating => []}
descriptors.each { |d| LOGGER.debug d.inspect; features[d[OT.effect].to_sym] << {:smarts => d[OT.smarts],:p_value => d[OT.pValue]} }
- #LOGGER.debug features.to_yaml
features
end