Skip to content

Commit

Permalink
cleanup auth
Browse files Browse the repository at this point in the history
  • Loading branch information
rusq committed Mar 4, 2023
1 parent bb89fc9 commit b841d78
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions auth/browser/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,6 @@ func (cl *Client) Authenticate(ctx context.Context) (string, []*http.Cookie, err
return "", nil, err
}

fmt.Println(r.PostData())

// token, err := extractToken(r.URL())
// if err != nil {
// return "", nil, err
// }

state, err := context.StorageState()
if err != nil {
return "", nil, err
Expand Down

0 comments on commit b841d78

Please sign in to comment.