From 12126a2ed74d7bb91a6c934e65fa1bed0ff649a5 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 30 Dec 2019 21:23:32 +0800 Subject: [PATCH] remove debug console log [ci skip] --- komga-webui/src/components/BrowseLibraries.vue | 1 - 1 file changed, 1 deletion(-) 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