From 4f7d913ce593416c19f92d7779d7732482da96a9 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Sat, 8 Sep 2018 20:10:52 +0200 Subject: [PATCH] Remove console.log for scrolling --- src/components/Timeline.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index ff29cba..edfd400 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -63,8 +63,6 @@ handleScroll() { // let bottomOfWindow = document.documentElement.scrollTop + window.innerHeight === document.documentElement.offsetHeight; let bottomOfWindow = document.documentElement.scrollTop + window.innerHeight === this.$el.offsetHeight + document.documentElement.offsetHeight + 12 - // eslint-disable-next-line - console.log(document.documentElement.scrollTop + window.innerHeight, this.$el.offsetHeight + document.documentElement.offsetHeight + 12) if (bottomOfWindow) { this.$store.dispatch('bottomReached') return