From 435d096ed318660bf44d07870477a374c6d00492 Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sun, 11 Sep 2022 19:32:47 -0700 Subject: [PATCH] Remove stray log --- src/components/Timeline.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index 3a104758..b3652feb 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -188,7 +188,6 @@ export default { watch: { $route(from, to) { - console.log('route changed', from, to) this.resetState(); this.fetchDays(); },