mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-19 21:17:59 +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())) {
|
||||
// didn't find the component result in the hashed mapping
|
||||
remainingComponentResults.add(componentResult);
|
||||
} else {
|
||||
log.error("Found the component class value {}", componentResult.getComponentClassValue());
|
||||
}
|
||||
}
|
||||
if (!remainingComponentResults.isEmpty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user