From 18801dca5ff1458384491b5bdf5c15271f0681d5 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 25 Feb 2011 17:51:37 +0000 Subject: ohm/redis backend --- helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helper.rb') 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 -- cgit v1.2.3