b2m-utils 0.0.209 → 0.0.210

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -669,9 +669,6 @@ var calculateFee = function (ratecardLaneFee, cte, allFees, debug, allFeesForCal
669
669
  }
670
670
  return 0;
671
671
  });
672
- /*console.log({
673
- siblingFeesResults,
674
- });*/
675
672
  if ((siblingFeesResults === null || siblingFeesResults === void 0 ? void 0 : siblingFeesResults.length) > 0) {
676
673
  if (((_c = siblingFeesResults[0]) === null || _c === void 0 ? void 0 : _c.totalFee) && ((_d = siblingFeesResults[0]) === null || _d === void 0 ? void 0 : _d.totalFee) > totalFee) {
677
674
  totalToCalc = 0;
Binary file