From 5b947db0d7a275bbb645bb4543460ff02cc72668 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg <maxwell@joindiaspora.com> Date: Sun, 22 Jan 2012 23:07:26 -0800 Subject: [PATCH] remove a couple of stray things I mistakenly -am -ed in. also, I am a jerk --- config/environments/production.rb | 2 +- config/initializers/airbrake.rb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index c2e5569475..6d51c531c3 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -35,7 +35,7 @@ Diaspora::Application.configure do # Disable Rails's static asset server # In production, Apache or nginx will already do this - config.serve_static_assets = true + config.serve_static_assets = false # Enable serving of images, stylesheets, and javascripts from an asset server diff --git a/config/initializers/airbrake.rb b/config/initializers/airbrake.rb index de1e16f0a3..5e0d4ef1d8 100644 --- a/config/initializers/airbrake.rb +++ b/config/initializers/airbrake.rb @@ -4,7 +4,6 @@ if AppConfig[:airbrake_api_key].present? require 'airbrake' - puts "in airbrake" Airbrake.configure do |config| config.api_key = AppConfig[:airbrake_api_key] end -- GitLab