diff --git a/komga-webui/src/components/BrowseLibraries.vue b/komga-webui/src/components/BrowseLibraries.vue index 0a3fe86ca..15fe460eb 100644 --- a/komga-webui/src/components/BrowseLibraries.vue +++ b/komga-webui/src/components/BrowseLibraries.vue @@ -136,7 +136,6 @@ export default Vue.extend({ methods: { updateCardWidth () { const content = this.$refs.content as HTMLElement - console.log(content.clientWidth) switch (this.$vuetify.breakpoint.name) { case 'xs': this.cardWidth = (content.clientWidth - (16 * 2)) / 2