Skip to content

Commit

Permalink
Further review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Dec 11, 2023
1 parent f786edd commit 7d5bd9a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions vts/trustedservices/trustedservices_grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,13 +374,8 @@ func (o *GRPC) GetAttestation(
return o.finalize(appraisal, err)
}

if len(endorsements) > 0 {
o.logger.Debugw("obtained endorsements", "endorsements", endorsements)
} else {
o.logger.Debugw("no endorsements for", "refvalID", refvalID)
}
o.logger.Debugw("obtained endorsements", "endorsements", endorsements)
multEndorsements = append(multEndorsements, endorsements...)

}

if err = handler.ValidateEvidenceIntegrity(token, tas, multEndorsements); err != nil {
Expand Down

0 comments on commit 7d5bd9a

Please sign in to comment.