mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove console.logs
This commit is contained in:
parent
7d171ccf60
commit
54366582f3
@ -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' })
|
||||
},
|
||||
|
||||
@ -226,7 +226,6 @@ export default {
|
||||
this.visible = bool
|
||||
},
|
||||
setTunneledEmail(email) {
|
||||
console.log('setTunneledEmail dashboard', email)
|
||||
this.tunneledEmail = email
|
||||
},
|
||||
// toogleMobilMenu() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user