fix wording in list of contacts, remove console.log

This commit is contained in:
2023-06-28 20:20:06 -06:00
parent a94069e70a
commit c9c81f1e5c
2 changed files with 1 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ export default class InfiniteScroll extends Vue {
private isInitialRender = true;
updated() {
console.log("updated()");
if (!this.observer) {
const options = {
root: null,