From e17252f89188839b357ba95288e90039d2328179 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 1 Nov 2007 07:57:18 +0000 Subject: Don't eliminate the logger by default git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8063 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/commands/performance/request.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'railties/lib/commands/performance') diff --git a/railties/lib/commands/performance/request.rb b/railties/lib/commands/performance/request.rb index 8e19c9d6ed..1773886487 100755 --- a/railties/lib/commands/performance/request.rb +++ b/railties/lib/commands/performance/request.rb @@ -1,5 +1,4 @@ #!/usr/bin/env ruby -RAILS_DEFAULT_LOGGER = nil require 'config/environment' require 'application' require 'action_controller/request_profiler' -- cgit v1.2.3