Re-add watch callback console.log

This commit is contained in:
mmcwilliams 2017-09-17 20:27:51 -04:00
parent 78135c4e77
commit 0fc4200f6d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ btn.watch((err, val) => {
if (err) {
return console.error(err)
}
//console.log(`Release switch val: ${val}`)
console.log(`Release switch val: ${val}`)
if (val === 1) {
//console.log('open')
} else if (val === 0) {