remove extraneous debug

This commit is contained in:
Cory Bennett
2016-08-02 20:06:40 -07:00
parent 8ad91be1c6
commit 752a94d94b
-1
View File
@@ -26,7 +26,6 @@ func (c *Cli) CmdLogin() error {
passwd := string(pw)
req.SetBasicAuth(user, passwd)
log.Infof("%s %s", req.Method, req.URL.String())
if resp, err := c.makeRequest(req); err != nil {
return err
} else {