Unverified Commit e5ff4571 authored by Aleksandr Bezobchuk's avatar Aleksandr Bezobchuk
Browse files

remove debug log

parent 5e70d681
Showing with 0 additions and 1 deletion
+0 -1
......@@ -942,7 +942,6 @@ func (c *Core) JoinRaftCluster(ctx context.Context, leaderInfos []*raft.LeaderJo
for _, addr := range addrs {
// FIXME: How to handle scheme and ports?
addr = fmt.Sprintf("http://%s:8200", addr)
fmt.Println("AUTO JOIN ADDR:", addr)
if err := joinLeader(leaderInfo, addr); err != nil {
c.logger.Info("join attempt failed", "error", err)
......
Supports Markdown
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