From a875d9e52902afe2ccffd1b98083dbec74c8b356 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Mon, 18 Mar 2019 14:34:09 -0600 Subject: [PATCH] Remove commented code Fixes #10561 --- x-pack/lib/monitoring/inputs/metrics/state_event_factory.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/lib/monitoring/inputs/metrics/state_event_factory.rb b/x-pack/lib/monitoring/inputs/metrics/state_event_factory.rb index 64db96662..5d31d1c6c 100644 --- a/x-pack/lib/monitoring/inputs/metrics/state_event_factory.rb +++ b/x-pack/lib/monitoring/inputs/metrics/state_event_factory.rb @@ -4,7 +4,6 @@ # module LogStash; module Inputs; class Metrics; class StateEventFactory -# require "monitoring/inputs/metrics/state_event/lir_serializer" require "logstash/config/lir_serializer" def initialize(pipeline) raise ArgumentError, "No pipeline passed in!" unless pipeline.is_a?(LogStash::Pipeline) || pipeline.is_a?(LogStash::JavaPipeline)