Remove log statement

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

View File

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