summaryrefslogtreecommitdiff
path: root/helper.rb
diff options
context:
space:
mode:
authorroot <root@ot-dev.in-silico.ch>2011-02-25 17:51:37 +0000
committerroot <root@ot-dev.in-silico.ch>2011-02-25 17:51:37 +0000
commit18801dca5ff1458384491b5bdf5c15271f0681d5 (patch)
tree111dbec907290e65fc88abb53d067e8f0f7e7372 /helper.rb
parentaad966c8dfd7ccdcf93c5698a8155b00a91c653f (diff)
ohm/redis backend
Diffstat (limited to 'helper.rb')
-rw-r--r--helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper.rb b/helper.rb
index 3fbd06f..d2c5593 100644
--- a/helper.rb
+++ b/helper.rb
@@ -53,7 +53,7 @@ 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
+ #LOGGER.debug features.to_yaml
features
end