Skip to content

Commit

Permalink
fix(Helper) Remove helper load message actually fixes #53.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfeidau committed Sep 4, 2017
1 parent 1cb0ebd commit 5ec5d2a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/saml2aws/commands/login_darwin.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
package commands

import (
"fmt"

"github.com/versent/saml2aws/helper/credentials"
"github.com/versent/saml2aws/helper/osxkeychain"
)

func init() {
fmt.Println("Loading osx keychain helper")
credentials.CurrentHelper = &osxkeychain.Osxkeychain{}
}

0 comments on commit 5ec5d2a

Please sign in to comment.