summaryrefslogtreecommitdiff
path: root/src/lib/checkout/utils/functionCheckouit.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/checkout/utils/functionCheckouit.js')
-rw-r--r--src/lib/checkout/utils/functionCheckouit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/checkout/utils/functionCheckouit.js b/src/lib/checkout/utils/functionCheckouit.js
index a7fa8c5a..37e4a5a4 100644
--- a/src/lib/checkout/utils/functionCheckouit.js
+++ b/src/lib/checkout/utils/functionCheckouit.js
@@ -11,7 +11,7 @@ export function formatShipmentRange(
}
let minRange, maxRange;
- console.log('ini masuk format shipment range', shipmentDurationRange, shipmentDurationUnit, productSLA);
+ // console.log('ini masuk format shipment range', shipmentDurationRange, shipmentDurationUnit, productSLA);
// Cek apakah durasi berupa range atau angka tunggal
if (shipmentDurationRange.includes('-')) {