Skip to content

Commit

Permalink
remove extraneous debug
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb committed Aug 3, 2016
1 parent 8ad91be commit 752a94d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 752a94d

Please sign in to comment.