mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-01-31 00:24:00 +00:00
Removed debug code
This commit is contained in:
parent
96970142cb
commit
3df6eff549
@ -247,14 +247,7 @@ public class SupplyChainValidationServiceImpl implements SupplyChainValidationSe
|
|||||||
if (policy.isFirmwareValidationEnabled()) {
|
if (policy.isFirmwareValidationEnabled()) {
|
||||||
// may need to associated with device to pull the correct info
|
// may need to associated with device to pull the correct info
|
||||||
// compare tpm quote with what is pulled from RIM associated file
|
// compare tpm quote with what is pulled from RIM associated file
|
||||||
try {
|
|
||||||
validations.add(validateFirmware(device, policy.getPcrPolicy()));
|
validations.add(validateFirmware(device, policy.getPcrPolicy()));
|
||||||
} catch (Exception ex) {
|
|
||||||
for (StackTraceElement ste : ex.getStackTrace()) {
|
|
||||||
LOGGER.error(ste.toString());
|
|
||||||
}
|
|
||||||
LOGGER.error(ex.getMessage());
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Generate validation summary, save it, and return it.
|
// Generate validation summary, save it, and return it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user