Skip to content

Commit

Permalink
remove plugin internal validation call
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsurprenant committed Apr 23, 2020
1 parent 6126e29 commit eed526e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/lib/license_checker/license_reader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ def client
def build_client
es = LogStash::Outputs::ElasticSearch.new(@es_options)
es.instance_variable_set :@logger, logger
es.fill_hosts_from_cloud_id
es.fill_user_password_from_cloud_auth
es.setup_hosts
es.build_client
end

Expand Down

0 comments on commit eed526e

Please sign in to comment.