# HG changeset patch # User Mahlon E. Smith # Date 1522186238 25200 # Node ID f82534b40e064dbbfe7089ecb41324da3bd350ed # Parent 6cf2c60c80f77396bd4fc8cfebc216d5d33d141e Remove accidental version bump (untagged), and debug output. 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?