Skip to content

Commit 14fdb9c

Browse files
committed
rm logs
1 parent be7725e commit 14fdb9c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

packages/grant-explorer/src/checkoutStore.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,6 @@ export const useCheckoutStore = create<CheckoutState>()(
157157
const isDirectAllocation =
158158
hasDirectAllocation && directAllocation.chainId === chainId;
159159

160-
console.log("checkoutStore:isDirectAllocation", isDirectAllocation);
161-
console.log("checkoutStore:directAllocation", directAllocation);
162-
console.log("hasDirectAllocation", hasDirectAllocation);
163-
console.log("chainId", chainId);
164160
set({
165161
currentChainBeingCheckedOut: chainId,
166162
});

packages/grant-explorer/src/features/common/ConfirmationModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export default function ConfirmationModal({
2626
cancelButtonAction = () => setIsOpen(false),
2727
children,
2828
modalStyle = "normal",
29-
totalDonationAcrossChainsInUSD,
3029
...props
3130
}: ModalProps) {
3231
const cancelButtonRef = useRef(null);

0 commit comments

Comments
 (0)