Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Remove pps
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvigilante authored and mipearson committed May 6, 2021
1 parent 55cd331 commit 457d523
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions cli/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"github.com/spf13/viper"
"golang.org/x/crypto/ssh/terminal"

"github.com/k0kubun/pp"
"github.com/redbubble/yak/cache"
"github.com/redbubble/yak/okta"
"github.com/redbubble/yak/saml"
Expand Down Expand Up @@ -108,8 +107,6 @@ func getLoginData() (saml.LoginData, error) {

}

pp.Print(authResponse)

for authResponse.Status == "MFA_REQUIRED" {
selectedFactor, err := chooseMFA(authResponse)

Expand All @@ -124,8 +121,6 @@ func getLoginData() (saml.LoginData, error) {
}
}

pp.Print(authResponse)

session, err = getOktaSession(authResponse)
if err != nil {
return saml.LoginData{}, err
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ require (
github.com/go-ini/ini v1.35.0 // indirect
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/k0kubun/pp v3.0.1+incompatible
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381 // indirect
github.com/magiconair/properties v1.7.6 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
Expand Down

0 comments on commit 457d523

Please sign in to comment.