From 33e2ccfb2672f23589643dcd94f1f10b7a284b06 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 12 Sep 2005 18:14:16 +0000 Subject: Dont log creation of view class git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2225 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/base.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb index 71df8c23c4..59160c3e81 100755 --- a/actionpack/lib/action_controller/base.rb +++ b/actionpack/lib/action_controller/base.rb @@ -780,7 +780,6 @@ module ActionController #:nodoc: def self.view_class unless @view_class # create a new class based on the default template class and include helper methods - logger.debug "defining view class for #{name}" if logger @view_class = Class.new(ActionView::Base) @view_class.send(:include, master_helper_module) end -- cgit v1.2.3