diff options
-rw-r--r-- | config/environments/development.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index db88e4a29..8b20aabf0 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -1,8 +1,6 @@ Alaveteli::Application.configure do # Settings specified here will take precedence over those in config/environment.rb - config.log_level = :info - # In the development environment your application's code is reloaded on # every request. This slows down response time but is perfect for development # since you don't have to restart the webserver when you make code changes. |