Skip to content

Commit

Permalink
Remove puts debug logging from serf
Browse files Browse the repository at this point in the history
  • Loading branch information
Azhaguselvan SP authored Feb 26, 2020
1 parent fa15415 commit 908ddba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/synapse/service_watcher/serf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def parse_members_json(name, members_raw)
members.each do |member|
next unless member['status'] == 'alive'
member['tags'].each do |tag,data|
puts name, tag, data
if tag =~ /^smart:#{name}(|_[0-9]+)$/
host,port = data.split ':'

Expand Down

0 comments on commit 908ddba

Please sign in to comment.