etcdctl: minor cleanup

This commit is contained in:
Xiang Li
2015-06-05 10:07:17 -07:00
committed by Yicheng Qin
parent e3fcc450cf
commit 61befc7ce6
4 changed files with 4 additions and 6 deletions

View File

@ -171,9 +171,6 @@ func mustNewClient(c *cli.Context) client.Client {
if c.GlobalBool("debug") {
fmt.Fprintf(os.Stderr, "Cluster-Endpoints: %s\n", strings.Join(hc.Endpoints(), ", "))
}
if c.GlobalBool("debug") {
client.EnablecURLDebug()
}