We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990051d commit e946cbbCopy full SHA for e946cbb
1 file changed
src/movehub-extension/moveHub.ts
@@ -127,7 +127,6 @@ export class MoveHub extends BluetoothManager.Device {
127
128
// Initialize hub
129
if (characteristic !== undefined) {
130
- console.log('Initialize the hub new HubAsync')
131
this.hub = new HubAsync(characteristic, defaultConfiguration);
132
this.hub.logDebug = this.logDebug;
133
@@ -141,7 +140,6 @@ export class MoveHub extends BluetoothManager.Device {
141
140
defaultConfiguration
142
);
143
this.hubControl.start(this.hub);
144
- console.log('Start hubControl')
145
146
setInterval(() => {
147
this.hubControl.update();
0 commit comments