1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12: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) {
console.log(val)
onChange(val)
}