Skip to content

Commit

Permalink
Merge pull request #1585 from fluent/remove-unused-log
Browse files Browse the repository at this point in the history
fluent-plugin-config-format: remove $log from markdown call path. fix #1584
  • Loading branch information
repeatedly authored May 29, 2017
2 parents 03e2c3a + 1275d75 commit 10b8d99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fluent/command/plugin_config_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ def dump_section_markdown(base_section, level = 0)
required = sub_section.delete(:required)
multi = sub_section.delete(:multi)
alias_name = sub_section.delete(:alias)
$log.trace(name: section_name, required: required, multi: multi, alias_name: alias_name)
sub_section.delete(:section)
dumped << ERB.new(template_path("section.md.erb").read, nil, "-").result(binding)
end
Expand Down

0 comments on commit 10b8d99

Please sign in to comment.