Remove doc line.

Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
Miah Johnson 2019-04-11 00:42:26 -07:00
parent 61e639e2fe
commit acead4dd40

View file

@ -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?