Remove stray log

pull/37/head
Varun Patil 2022-09-11 19:32:47 -07:00
parent 06af7a1b27
commit 435d096ed3
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ export default {
watch: {
$route(from, to) {
console.log('route changed', from, to)
this.resetState();
this.fetchDays();
},