Skip to content

Commit ef710c7

Browse files
committed
feat(card): remove unnecessary log
1 parent 9baefcb commit ef710c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/UI/Card/hooks/useCardDelegation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ export const useCardDelegation = (token?: CardTokenAllowance | null) => {
8787
signatureMessage: string,
8888
delegationJWTToken: string,
8989
) => {
90-
Logger.log('executeApprovalTransaction', token);
9190
if (!sdk || !token?.delegationContract) {
9291
throw new Error('Missing token configuration');
9392
}

0 commit comments

Comments
 (0)