diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-11-29 10:13:41 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-11-29 10:13:41 +0700 |
| commit | da8350ee1de81d668e117744c3735d848dd53f6e (patch) | |
| tree | afb0c9dfd885bc5d9d431caefd4760cc5bc11ed0 /src/lib/transaction | |
| parent | c7177ab35e35abac0aa322b054ad10d5690bf8de (diff) | |
<iman> delete console log
Diffstat (limited to 'src/lib/transaction')
| -rw-r--r-- | src/lib/transaction/components/Transaction.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/transaction/components/Transaction.jsx b/src/lib/transaction/components/Transaction.jsx index b1e92f1b..63230cb8 100644 --- a/src/lib/transaction/components/Transaction.jsx +++ b/src/lib/transaction/components/Transaction.jsx @@ -121,7 +121,6 @@ const Transaction = ({ id }) => { } closeCancelTransaction(); }; - console.log('transaction', transaction); const checkout = async () => { if (!transaction.data?.purchaseOrderFile) { toast.error('Mohon upload dokumen PO anda sebelum melanjutkan pesanan'); |
