mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-15 08:24:50 +02:00
Remove log
This commit is contained in:
parent
062d4dc069
commit
453744a637
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue