Skip to content

Commit

Permalink
Remove console log in ConnectWalletsFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
ccali11 committed Dec 19, 2023
1 parent 3127474 commit 6941c41
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/mvp/src/components/ConnectWalletsFlow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ async function handleConfirmCreateAccountWithExistingSecondary() {
*/
async function selectAddress(address: string, pathIndex?: number): Promise<void> {
selectedAddress.value = address
console.log("selectedAddress.value :>> ", selectedAddress.value)
flowState.value = "loading"
const loginCredentials: LoginCredentials =
pathIndex !== undefined ?
Expand Down

0 comments on commit 6941c41

Please sign in to comment.