Removed log statements that aren't needed

This commit is contained in:
Cyrus 2024-03-01 10:37:03 -05:00
parent ca354043cd
commit 856f908588

View File

@ -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()) {