Removed commented line

This commit is contained in:
Cyrus 2020-09-09 07:12:29 -04:00
parent 1ed02e72b2
commit 4167696e13

View File

@ -232,7 +232,6 @@ public class SwidResource {
if (Files.exists(logPath)) {
logProcessor = new TCGEventLog(
Files.readAllBytes(logPath));
// this.validFileSize = Files.size(logPath) == Long.getLong(this.size);
}
this.setPcrValues(Arrays.asList(
logProcessor.getExpectedPCRValues()));