diff --git a/src/components/InfiniteScroll.vue b/src/components/InfiniteScroll.vue index 39b969e63..998a15f55 100644 --- a/src/components/InfiniteScroll.vue +++ b/src/components/InfiniteScroll.vue @@ -16,7 +16,6 @@ export default class InfiniteScroll extends Vue { private isInitialRender = true; updated() { - console.log("updated()"); if (!this.observer) { const options = { root: null, diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index ca176bd9a..b1ef488cc 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -61,7 +61,7 @@ >  {{ contact.name }}, - or +  or