Skip to content

Commit

Permalink
[MODORDERS-1209]. Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
BKadirkhodjaev committed Dec 3, 2024
1 parent 8b8ba93 commit 9881b29
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ private List<ClaimingPieceResult> createErrorClaimingResults(Map<String, List<St
}

private static boolean isExportTypeClaimsAndCorrectVendorId(String vendorId, Map.Entry<String, Object> entry) {
log.info("isExportTypeClaimsAndCorrectVendorId:: Checking integration detail, vendorId: {}, job key: {}", vendorId, entry.getKey());
return entry.getKey().startsWith(String.format("%s_%s", EXPORT_TYPE_CLAIMS, vendorId));
}

Expand Down

0 comments on commit 9881b29

Please sign in to comment.