mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 04:58:00 +00:00
Removed commented line
This commit is contained in:
parent
1ed02e72b2
commit
4167696e13
@ -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()));
|
||||
|
Loading…
Reference in New Issue
Block a user