mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-05 03:18:45 +02:00
Remove log
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user