Skip to content

Commit cf936f5

Browse files
committed
Remove debug statement
1 parent 3da88bd commit cf936f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/helpers/tag_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def self.define_void_element(name, code_generator:, method_name: name)
7373
code_generator.class_eval do |batch|
7474
batch << "\n" <<
7575
"def #{method_name}(content = nil, escape: true, **options, &block)" <<
76-
" p :called; if content || block" <<
76+
" if content || block" <<
7777
" deprecated_void_content(#{name.inspect})" <<
7878
" tag_string(#{name.inspect}, content, options, escape: escape, &block)" <<
7979
" else" <<

0 commit comments

Comments
 (0)