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 }