Skip to content

Commit ee1b6da

Browse files
committed
fix: remove console log
1 parent 25896c9 commit ee1b6da

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/SettlementButton/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,6 @@ function SettlementButton({
559559
const shouldUseSplitButton = hasPreferredPaymentMethod || !!lastPaymentPolicy || ((isInvoiceReport || isExpenseReportUtil(iouReport)) && hasIntentToPay);
560560
const shouldLimitWidth = shouldUseShortForm && shouldUseSplitButton && !paymentButtonOptions.length;
561561

562-
console.log({activeAdminPolicies, policies});
563562
return (
564563
<KYCWall
565564
onSuccessfulKYC={(paymentType) => onPress(paymentType, undefined, undefined)}

0 commit comments

Comments
 (0)