From 29331029a07355980e6b77ae39f495dcc644c17c Mon Sep 17 00:00:00 2001 From: Christopher Cali Date: Tue, 19 Dec 2023 17:08:23 -0500 Subject: [PATCH] Remove console logs in auth --- apps/mvp/src/composables/auth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/mvp/src/composables/auth.ts b/apps/mvp/src/composables/auth.ts index 6a23bdd8..5ac93f07 100644 --- a/apps/mvp/src/composables/auth.ts +++ b/apps/mvp/src/composables/auth.ts @@ -123,7 +123,6 @@ export default function useAuth() { loginCredentials: LoginCredentials ): Promise { const { address, provider } = loginCredentials - console.log("loginCredentials :>> ", loginCredentials) try { if (user.value) { // If address already exists on user, do nothing