replaced fmt.Println with logger usage
This commit is contained in:
@@ -177,10 +177,6 @@ func (p *Platform) HandleNewAuthCode(ctx context.Context, acctID int64, state, a
|
||||
return false, fmt.Errorf("failed to parse response body: %w", err)
|
||||
}
|
||||
|
||||
fmt.Println("new access token:", accessToken)
|
||||
fmt.Println("new refresh token:", refreshToken)
|
||||
fmt.Println("new token expiration:", expiration)
|
||||
|
||||
// look up user's shop id
|
||||
|
||||
shopID, err := p.getNewUserShopID(ctx, accessToken, userID)
|
||||
|
||||
Reference in New Issue
Block a user