Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
milukove committed Aug 20, 2023
1 parent ec97967 commit 07c1d07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/shared/Wallets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,6 @@ const Wallets = (props: Props) => {
patchwalletWorkflows.length < 1 &&
!workflowsLoading
) {
console.log("patchwalletWorkflows", patchwalletWorkflows);

setIsAddingWallet(true);
handleChainChange("patchwallet");
if (patchwalletParam.startsWith("0x")) {
Expand Down

0 comments on commit 07c1d07

Please sign in to comment.