1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Remove log statement

This commit is contained in:
Andrew Kingston 2020-11-03 09:48:58 +00:00
parent ae876c6c09
commit 0aa672f3b3

View file

@ -15,7 +15,6 @@
}
function setValue(val) {
console.log(val)
onChange(val)
}