Skip to content

Commit 9e59531

Browse files
committed
Remove console log
1 parent f5b0f45 commit 9e59531

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/pages/quotes/QuotePage.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -700,9 +700,6 @@ function Quote({ value, isFetching }: { value: InfoReply; isFetching: boolean })
700700
const requestedToPay = paymentData?.data?.payment_status.requested_to_pay ?? false
701701
const paymentAddress = paymentData?.data?.payment_details?.address_to_pay ?? ""
702702

703-
console.log(billId)
704-
console.log(paymentData)
705-
706703
const ebillPaid = keysetData?.data && "active" in keysetData.data && keysetData.data.active === false
707704
const newKeyset = "keyset_id" in value && (!keysetData?.data || !("active" in keysetData.data))
708705

0 commit comments

Comments
 (0)