aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/lib/action_controller/helpers.rb2
1 files changed, 0 insertions, 2 deletions
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)