Skip to content

Commit f77f64d

Browse files
authored
Merge pull request #136 from deeglaze/nowarnaskark
Remove ASK/ARK warnings
2 parents de2ac90 + 6928d6d commit f77f64d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

abi/abi.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -875,13 +875,6 @@ func (c *CertTable) Proto() *pb.CertificateChain {
875875
if len(result.VcekCert) == 0 && len(result.VlekCert) == 0 {
876876
logger.Warning("Warning: Neither VCEK nor VLEK certificate found in data pages")
877877
}
878-
879-
if len(result.AskCert) == 0 {
880-
logger.Warningf("ASK certificate not found in data pages")
881-
}
882-
if len(result.ArkCert) == 0 {
883-
logger.Warningf("ARK certificate not found in data pages")
884-
}
885878
return result
886879
}
887880

0 commit comments

Comments
 (0)