From acead4dd40dd621e9d3382a5e6deb58b5ad121c0 Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Thu, 11 Apr 2019 00:42:26 -0700 Subject: [PATCH] Remove doc line. Signed-off-by: Miah Johnson --- lib/inspec/utils/telemetry/global_methods.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/inspec/utils/telemetry/global_methods.rb b/lib/inspec/utils/telemetry/global_methods.rb index 7aa5a424e..e1197787a 100644 --- a/lib/inspec/utils/telemetry/global_methods.rb +++ b/lib/inspec/utils/telemetry/global_methods.rb @@ -6,7 +6,6 @@ module Inspec # the same object. # `data_point` is optional, you may also supply a block with several data points. # All data points should allow #to_s - # @return [True] def self.record_telemetry_data(data_series_name, data_point = nil) coll = Inspec::Telemetry::Collector.instance return unless coll.telemetry_enabled?