aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xactionpack/lib/action_controller/base.rb1
1 files changed, 0 insertions, 1 deletions
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