Skip to content

Commit 52ac891

Browse files
author
Henrik Ruscon
committed
rm leftover console log
1 parent 4af7383 commit 52ac891

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ScrollSpy.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export default {
8989
9090
methods: {
9191
onScroll(event) {
92-
console.log('scroll')
9392
this.currentItem = this.getItemInsideWindow()
9493
9594
if (this.currentItem && this.currentItem !== this.lastActiveItem) {

0 commit comments

Comments
 (0)