lib/endeca.rb in endeca-1.5.0 vs lib/endeca.rb in endeca-1.5.1
- old
+ new
@@ -11,11 +11,11 @@
module Endeca
extend Benchmarking
extend Logging
# :stopdoc:
- VERSION = '1.5.0'
+ VERSION = '1.5.1'
# :startdoc:
# Returns the version string for the library.
def self.version
VERSION
@@ -24,13 +24,9 @@
# Set ENV['ENDECA_DEBUG'] = true to turn on query logging
# Set ENV['ENDECA_BENCHMARK'] = true to turn on query benchmarking
class << self
attr_accessor :logger
attr_accessor :timeout
-
- def analyze?
- debug? && benchmark?
- end
def debug?
ENV['ENDECA_DEBUG'] == 'true'
end