From ca71d6c205fbb844050cd0e3de439124540ba271 Mon Sep 17 00:00:00 2001 From: Firas Qutishat Date: Fri, 13 Dec 2024 09:17:25 -0500 Subject: [PATCH] chore: removed not used log Signed-off-by: Firas Qutishat --- component/wallet-cli/pkg/attestation/attestation_service.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/component/wallet-cli/pkg/attestation/attestation_service.go b/component/wallet-cli/pkg/attestation/attestation_service.go index e6d247681..00e511a98 100644 --- a/component/wallet-cli/pkg/attestation/attestation_service.go +++ b/component/wallet-cli/pkg/attestation/attestation_service.go @@ -301,9 +301,6 @@ func (s *Service) attestationComplete( zap.String("attestationVC", resp.WalletAttestationVC), ) - fmt.Println("got attestation") - fmt.Println(resp.WalletAttestationVC) - return &resp, nil }