Skip to content

Commit

Permalink
fluent-plugin-config-format: remove $log from markdown call path. fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
repeatedly committed May 29, 2017
1 parent 03e2c3a commit 1275d75
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 1275d75

Please sign in to comment.