Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed Dec 12, 2024
1 parent f07e62c commit 4279f72
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ export const accountsMachine = createMachine(
return hasAccounts || needsRecovery;
},
shouldSkipLoading: (_, ev) => {
console.log(`asd ev`, ev);
return !!ev.input?.skipLoading;
},
},
Expand Down

0 comments on commit 4279f72

Please sign in to comment.