remove all logging

This commit is contained in:
2020-09-20 14:09:01 +02:00
parent bf3c4b7121
commit 31c40b27bb
3 changed files with 0 additions and 3 deletions

View File

@@ -46,7 +46,6 @@ export default {
window: this.window.label ? this.window.label.replace(' ', '-') : undefined
}
}
console.log(route)
this.$router.push(route)
}
}