From 5a79453abff4414cbf2b2c33292a2327c36470d9 Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 10 Feb 2014 19:14:05 +0100 Subject: [PATCH] Cluster: remove debugging xputs from redis-trib. --- src/redis-trib.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/src/redis-trib.rb b/src/redis-trib.rb index 147d3132a..36bd05d97 100755 --- a/src/redis-trib.rb +++ b/src/redis-trib.rb @@ -116,7 +116,6 @@ class ClusterNode def load_info(o={}) self.connect nodes = @r.cluster("nodes").split("\n") - puts @r.cluster("nodes") nodes.each{|n| # name addr flags role ping_sent ping_recv link_status slots split = n.split