From 453744a637ef24aa6e4bc2c329ffcc0ef538c5e7 Mon Sep 17 00:00:00 2001 From: advplyr Date: Wed, 25 Jan 2023 17:48:31 -0600 Subject: [PATCH] Remove log --- components/bookshelf/LazyBookshelf.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/bookshelf/LazyBookshelf.vue b/components/bookshelf/LazyBookshelf.vue index 0d3bafed..2bb700b9 100644 --- a/components/bookshelf/LazyBookshelf.vue +++ b/components/bookshelf/LazyBookshelf.vue @@ -173,7 +173,6 @@ export default { if (!this.initialized) { this.initialized = true this.totalEntities = payload.total - console.log('Entities per shelf', this.entitiesPerShelf) this.totalShelves = Math.ceil(this.totalEntities / this.entitiesPerShelf) this.entities = new Array(this.totalEntities) this.$eventBus.$emit('bookshelf-total-entities', this.totalEntities)