Remove log statement

This commit is contained in:
Andrew Kingston 2020-11-03 09:48:58 +00:00
parent ae876c6c09
commit 0aa672f3b3
1 changed files with 0 additions and 1 deletions

View File

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