mirror of
https://github.com/gotson/komga.git
synced 2026-04-20 14:04:08 +02:00
remove debug console log [ci skip]
This commit is contained in:
parent
ebad597f26
commit
12126a2ed7
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue