mirror of
https://github.com/gotson/komga.git
synced 2026-04-28 09:57:02 +02:00
remove console.log statement
This commit is contained in:
parent
971467b72d
commit
2d41c5387d
1 changed files with 0 additions and 1 deletions
|
|
@ -141,7 +141,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