Skip to content

Commit

Permalink
chore: whoops console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Sep 17, 2024
1 parent 82e3bef commit 2319e87
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ export const Status: React.FC<StatusProps> = ({ accountId }) => {
accountId,
})

console.log({ maybeSafeTx })

const accountAddress = useMemo(
() => (accountId ? fromAccountId(accountId).account : null),
[accountId],
Expand Down

0 comments on commit 2319e87

Please sign in to comment.