No need to log state

This commit is contained in:
mmcwilliams 2017-12-12 11:38:48 -05:00
parent 3e9f560db0
commit 5f61865366
1 changed files with 0 additions and 2 deletions

View File

@ -180,8 +180,6 @@ class BLE {
_onRead (offset, callback) {
const result = bleno.Characteristic.RESULT_SUCCESS
const state = getState()
console.log('getState')
console.dir(state)
const data = new Buffer(JSON.stringify( state ))
callback(result, data.slice(offset, data.length))
}