chore: code clean-up

This commit is contained in:
Vlad Stan 2023-07-05 09:09:20 +03:00
parent 403c8f1b05
commit 9d9fbc0189

View file

@ -240,7 +240,6 @@
'HH:mm:ss' 'HH:mm:ss'
) )
} }
console.log('### obj', obj)
return obj return obj
} }
@ -512,7 +511,6 @@
} }
}, },
showLogDataDialog: function (data = []) { showLogDataDialog: function (data = []) {
console.log('### showLogDataDialog', data)
this.logData.data = data.join('\n') this.logData.data = data.join('\n')
this.logData.show = true this.logData.show = true
}, },