From 74d5c7394ad6478fc1dc6696f4b2164ce60d654f Mon Sep 17 00:00:00 2001 From: Stas Dm Date: Thu, 10 Aug 2023 18:07:49 +0200 Subject: [PATCH] chore: cleanup fmt --- component/wallet-cli/pkg/walletrunner/wallet_runner_oidc4vp.go | 1 - 1 file changed, 1 deletion(-) diff --git a/component/wallet-cli/pkg/walletrunner/wallet_runner_oidc4vp.go b/component/wallet-cli/pkg/walletrunner/wallet_runner_oidc4vp.go index 5a4c9dffa..1a381d3dc 100644 --- a/component/wallet-cli/pkg/walletrunner/wallet_runner_oidc4vp.go +++ b/component/wallet-cli/pkg/walletrunner/wallet_runner_oidc4vp.go @@ -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",