Skip to content
Snippets Groups Projects
Commit 8a48ebde authored by ale's avatar ale
Browse files

remove useless debug message

parent 0a61416d
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,6 @@ func NewEtcdClient(strongReads bool) EtcdClient {
if len(machines) == 0 {
log.Fatal("No etcd servers specified!")
}
log.Printf("etcd servers: %+v", machines)
// Create the etcd client.
var c *etcd.Client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment