Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Oct 17, 2022
1 parent 07ad231 commit 2e8aa14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/WhatsNewModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default {
},
data: function () {
return {
open: true,
open: false,
currentView: 1,
hasClapped: false,
loading: false,
Expand All @@ -94,9 +94,7 @@ export default {
firebase
.auth()
.signInAnonymously()
.then(() => {
console.log('signed in anonymously')
})
.then(() => {})
.catch((error) => {
console.error(error)
})
Expand Down

0 comments on commit 2e8aa14

Please sign in to comment.