From cefea3c677f90b2c095b377f1ba36a3ff157f5b0 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 15 Dec 2007 02:28:06 +0000 Subject: Remove missing default helper warnings git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8401 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/helpers.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack') diff --git a/actionpack/lib/action_controller/helpers.rb b/actionpack/lib/action_controller/helpers.rb index a1fba0c8a0..3a559efbc6 100644 --- a/actionpack/lib/action_controller/helpers.rb +++ b/actionpack/lib/action_controller/helpers.rb @@ -177,10 +177,8 @@ module ActionController #:nodoc: end rescue MissingSourceFile => e raise unless e.is_missing? module_path - logger.debug("#{name}: missing default helper path #{module_path}") if logger rescue NameError => e raise unless e.missing_name? module_name - logger.debug("#{name}: missing default helper module #{module_name}") if logger end def inherited_with_helper(child) -- cgit v1.2.3