Skip to content

Commit

Permalink
remove debug console log [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Dec 30, 2019
1 parent ebad597 commit 12126a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion komga-webui/src/components/BrowseLibraries.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12126a2

Please sign in to comment.