diff --git a/src/BleManager.js b/src/BleManager.js index c107722b..0eab2695 100644 --- a/src/BleManager.js +++ b/src/BleManager.js @@ -301,7 +301,6 @@ export class BleManager { if (emitCurrentState) { var cancelled = false this._callPromise(this.state()).then(currentState => { - console.log(currentState) if (!cancelled) { listener(currentState) }