1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

Remove log statement

This commit is contained in:
Andrew Kingston 2020-11-03 09:48:58 +00:00
parent 790ab4a2b9
commit 0cc4a53de4

View file

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