From b3534ed5f4b47d56564c2ad81968140e8c15cd6a Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Tue, 30 Aug 2011 21:26:04 -0700 Subject: [PATCH] Revert "show redis connection" This reverts commit 6a887a6d99899b9876e3145fb0a8b92ce2a405cf. --- app/views/layouts/application.html.haml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 6613909a4..6d6e22632 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -97,9 +97,6 @@ %header{:class=>('landing' unless current_user)} = render 'layouts/header' - %h3 - = Resque.redis.inspect - .container{:style=> "#{yield(:break_the_mold)}"} .span-24.last{:style=> "#{yield(:break_the_mold)}"} = yield