remove debug console log [ci skip]

This commit is contained in:
Gauthier Roebroeck 2019-12-30 21:23:32 +08:00
parent ebad597f26
commit 12126a2ed7

View file

@ -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