style: remove console.log

This commit is contained in:
pipipi-pikachu 2021-06-09 23:49:52 +08:00
parent 8b15e02a17
commit 8222b6b9f9

View File

@ -151,7 +151,6 @@ export default defineComponent({
//
const updateTableCells = (data: TableCell[][]) => {
console.log(data)
store.commit(MutationTypes.UPDATE_ELEMENT, {
id: props.elementInfo.id,
props: { data },