remove console.logs

This commit is contained in:
ogerly 2022-12-20 13:32:12 +01:00
parent 7d171ccf60
commit 54366582f3
2 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@ export default {
},
methods: {
tunnelEmail() {
console.log('tunnelEmail name', this.linkedUser.email)
this.$emit('set-tunneled-email', this.linkedUser.email)
if (this.$router.history.current.fullPath !== '/send') this.$router.push({ path: '/send' })
},

View File

@ -226,7 +226,6 @@ export default {
this.visible = bool
},
setTunneledEmail(email) {
console.log('setTunneledEmail dashboard', email)
this.tunneledEmail = email
},
// toogleMobilMenu() {