diff -r 6cf2c60c80f7 -r f82534b40e06 lib/arborist/monitor/fping.rb --- a/lib/arborist/monitor/fping.rb Tue Mar 27 14:27:31 2018 -0700 +++ b/lib/arborist/monitor/fping.rb Tue Mar 27 14:30:38 2018 -0700 @@ -26,7 +26,7 @@ log_to :arborist # The version of this library. - VERSION = '0.2.0' + VERSION = '0.1.2' # Always request the node addresses. USED_PROPERTIES = [ :addresses ].freeze @@ -47,7 +47,6 @@ next unless props.key?( 'addresses' ) address = props[ 'addresses' ].first hash[ address ] = identifier - self.log.debug "%s -> %s" % [ identifier, address ] end return if self.identifiers.empty?