Remove commented code

Fixes #10561
This commit is contained in:
Mike Place 2019-03-14 13:21:42 -06:00 committed by Shaunak Kashyap
parent 30adb7a565
commit 0da3d0fb12

View file

@ -128,11 +128,5 @@ module LogStash;
}
end
# def plugins
# ::Gem::Specification.
# find_all.
# select {|spec| spec.metadata && spec.metadata["logstash_plugin"] == "true"}.
# map {|spec| { :name => spec.name, :version => spec.version.to_s } }
# end
end
end