Skip to content

Commit 993396c

Browse files
committed
Uncommented unnecessary console.log
1 parent 0bce8ee commit 993396c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/mutations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ const mutations = {
608608
[types.UPDATE_ACTIVE_COMPONENT_CHILDREN_VALUE]: (state, payload) => {
609609
const temp = state.componentMap[state.activeComponent].children
610610
// delete block
611-
console.log('UPDATE_ACTIVE_COMPONENT_CHILDREN_VALUEs payload', payload)
611+
// console.log('UPDATE_ACTIVE_COMPONENT_CHILDREN_VALUEs payload', payload)
612612
if (payload.length < temp.length) {
613613
const child = temp.filter(el => !payload.includes(el))
614614
// console.log('delete child: ', child)

0 commit comments

Comments
 (0)