0
0
Fork 0

remove console.log

This commit is contained in:
Alex Moreno 2024-06-06 09:34:42 +02:00
parent aee3c67ee0
commit 454527b0a7
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ function updateAndEmit(val, evt) {
originalData.value = val && JSON.parse(JSON.stringify(val));
if (!$props.url) arrayData.store.data = val;
console.log('$props.model: ', $props.model);
emit(evt, state.get($props.model));
}