Skip to content

Commit

Permalink
chore: cleanup fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Aug 10, 2023
1 parent 47fd2ef commit 74d5c73
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ func (e *VPFlowExecutor) QueryCredentialFromWalletSingleVP() error {
return fmt.Errorf("presentation definition marshal: %w", err)
}

fmt.Println(string(pdBytes))
// This query will always return one VP - so far no plans to change this
vps, err := e.wallet.Query(e.walletToken, &wallet.QueryParams{
Type: "PresentationExchange",
Expand Down

0 comments on commit 74d5c73

Please sign in to comment.