mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-20 05:28:22 +00:00
Removed log statements that aren't needed
This commit is contained in:
parent
ca354043cd
commit
856f908588
@ -326,8 +326,6 @@ public class CertificateAttributeScvValidator extends SupplyChainCredentialValid
|
|||||||
if (!deviceHashMap.containsKey(componentResult.hashCommonElements())) {
|
if (!deviceHashMap.containsKey(componentResult.hashCommonElements())) {
|
||||||
// didn't find the component result in the hashed mapping
|
// didn't find the component result in the hashed mapping
|
||||||
remainingComponentResults.add(componentResult);
|
remainingComponentResults.add(componentResult);
|
||||||
} else {
|
|
||||||
log.error("Found the component class value {}", componentResult.getComponentClassValue());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!remainingComponentResults.isEmpty()) {
|
if (!remainingComponentResults.isEmpty()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user