Remove log

This commit is contained in:
advplyr 2023-01-25 17:48:31 -06:00
parent 062d4dc069
commit 453744a637

View file

@ -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)