Remove stray log
parent
06af7a1b27
commit
435d096ed3
|
@ -188,7 +188,6 @@ export default {
|
||||||
|
|
||||||
watch: {
|
watch: {
|
||||||
$route(from, to) {
|
$route(from, to) {
|
||||||
console.log('route changed', from, to)
|
|
||||||
this.resetState();
|
this.resetState();
|
||||||
this.fetchDays();
|
this.fetchDays();
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue