Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jrjatin committed Oct 17, 2023
1 parent 7a866a2 commit e7315ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions verify/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,6 @@ func verifyResponse(signingPhrase string, rootCertificate *x509.Certificate, sig
}
}
logger.V(1).Info("Root certificate is not revoked by the signing certificate")

} else {
return ErrRevocationCheckFailed
}
Expand Down Expand Up @@ -1211,7 +1210,6 @@ func verifyEvidence(quote *pb.QuoteV4, options *Options) error {
return err
}
logger.V(1).Info("QE Identity API response verified successfully")

logger.V(1).Info("Collaterals verified successfully")
}

Expand Down

0 comments on commit e7315ca

Please sign in to comment.