diff --git a/src/eventPage.js b/src/eventPage.js index e378c67..25269ec 100644 --- a/src/eventPage.js +++ b/src/eventPage.js @@ -93,7 +93,7 @@ async function firebaseAuth(providerName) { const auth = await getAuth(providerName) .then(auth => { - console.log('User Authenticated', auth); + // console.log('User Authenticated', auth); return auth; }) .catch(err => {