Skip to content

Commit

Permalink
disable redis debug info verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Napolskih committed May 30, 2014
1 parent 2d285c6 commit 2c3ccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/insight/panels/redis_panel/stats.rb
Expand Up @@ -30,7 +30,7 @@ def initialize

def record_call(time, command_args, method_call)
@queries << Query.new(time, command_args, method_call)
puts "Recorded Redis Call: #{@queries.inspect}"
#puts "Recorded Redis Call: #{@queries.inspect}"
@calls += 1
@time += time
end
Expand Down

0 comments on commit 2c3ccaf

Please sign in to comment.