Commit 3107e7ca authored by antirez's avatar antirez
Browse files

Cluster: remove debugging xputs from redis-trib.

parent 1ae50a9b
...@@ -116,7 +116,6 @@ class ClusterNode ...@@ -116,7 +116,6 @@ class ClusterNode
def load_info(o={}) def load_info(o={})
self.connect self.connect
nodes = @r.cluster("nodes").split("\n") nodes = @r.cluster("nodes").split("\n")
puts @r.cluster("nodes")
nodes.each{|n| nodes.each{|n|
# name addr flags role ping_sent ping_recv link_status slots # name addr flags role ping_sent ping_recv link_status slots
split = n.split split = n.split
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment