diff --git a/webapp/pages/post/_id.vue b/webapp/pages/post/_id.vue index 5a53356aa..3f8d93868 100644 --- a/webapp/pages/post/_id.vue +++ b/webapp/pages/post/_id.vue @@ -79,7 +79,6 @@ export default { }, watch: { $route(to, from) { - console.log('to: ', to) if (to.hash === '#comments') { window.scroll({ top: document.getElementById('comments').offsetTop,