diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js index a37d057..577cd39 100644 --- a/src/Components/SignupPage/SignupPage.js +++ b/src/Components/SignupPage/SignupPage.js @@ -147,7 +147,6 @@ const SignupPage = () => { } async function saveUserData(authId, dataValues) { - console.log("authId, dataValues", authId, dataValues); const appUserId = uuidv4(); const firmId = uuidv4(); const fbAuthUid = authId;