Remove accidental version bump (untagged), and debug output.
authorMahlon E. Smith <mahlon@martini.nu>
Tue, 27 Mar 2018 14:30:38 -0700
changeset 6 f82534b40e06
parent 5 6cf2c60c80f7
child 7 919f139d2931
Remove accidental version bump (untagged), and debug output.
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?