Skip to content

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
janeczku committed Jun 2, 2016
1 parent ddc9440 commit 853ead5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vultr.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ func (d *Driver) Kill() error {
}

func (d *Driver) getClient() *vultr.Client {
log.Infof("getting client")
if d.client == nil {
d.client = vultr.NewClient(d.APIKey, &vultr.Options{MaxRetries: clientMaxRetries})
}
Expand Down

0 comments on commit 853ead5

Please sign in to comment.