aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Rakefile1
-rw-r--r--config/environment.rb2
2 files changed, 0 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index e134250fa..5fa2a360d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,7 +2,6 @@
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
-ActiveSupport::Deprecation.silenced = true
require 'rake'
Alaveteli::Application.load_tasks
if Rails.env == 'test'
diff --git a/config/environment.rb b/config/environment.rb
index 05f25a29e..196680b23 100644
--- a/config/environment.rb
+++ b/config/environment.rb
@@ -1,7 +1,5 @@
-
# Load the rails application
require File.expand_path('../application', __FILE__)
-ActiveSupport::Deprecation.silenced = true
# Initialize the rails application
Alaveteli::Application.initialize!