Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: cleanup
Browse files Browse the repository at this point in the history
adamegyed committed Jan 28, 2025
1 parent 2fbca97 commit e49a208
Showing 4 changed files with 0 additions and 187 deletions.
128 changes: 0 additions & 128 deletions examples/ui-demo/src/components/shared/7702/Debug7702Button.tsx

This file was deleted.

51 changes: 0 additions & 51 deletions examples/ui-demo/src/components/shared/7702/demoSend7702UO.ts

This file was deleted.

2 changes: 0 additions & 2 deletions examples/ui-demo/src/hooks/7702/useRecurringTransactions.ts
Original file line number Diff line number Diff line change
@@ -74,8 +74,6 @@ export const useRecurringTransactions = () => {
});

const handleTransaction = async (transactionIndex: number) => {
console.log("handling transaction", transactionIndex);

setTransactions((prev) => {
const newState = [...prev];
newState[transactionIndex].state = "initiating";
6 changes: 0 additions & 6 deletions examples/ui-demo/src/hooks/7702/useSma7702Client.ts
Original file line number Diff line number Diff line change
@@ -80,12 +80,6 @@ export const useSma7702Client = (
return;
}

// if (key != null) {
// console.log("Using local key override");
// console.log("Entity ID: ", entityId);
// console.log("Address: ", key);
// }

setClient(client);
} catch (e) {
console.error(e);

0 comments on commit e49a208

Please sign in to comment.