From 3107e7ca60a126ba096e785b575dd0980e9ae29f 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 147d3132..36bd05d9 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