mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Resolve TODO by removing so that was unused anywhere
This commit is contained in:
parent
68d3a87b79
commit
f4495337fc
@ -34,7 +34,7 @@ class Fluentd
|
||||
def exec_dryrun(command, file_path = nil)
|
||||
Bundler.with_clean_env do
|
||||
unless system("#{command} -q --dry-run #{options_to_argv(config_file: file_path)}", out: File::NULL, err: File::NULL)
|
||||
raise ::Fluentd::Agent::ConfigError, "TODO"
|
||||
raise ::Fluentd::Agent::ConfigError
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user