1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00

Remove log

This commit is contained in:
Andrew Kingston 2024-05-22 10:16:19 +01:00
parent 96aa83d454
commit 41ab3685be

View file

@ -186,8 +186,6 @@
}
const updateValue = val => {
console.log("val", val)
const runtimeExpression = readableToRuntimeBinding(enrichedBindings, val)
dispatch("change", val)
requestEval(runtimeExpression, context, snippets)