Skip to content

Commit e946cbb

Browse files
Remove some logs.
1 parent 990051d commit e946cbb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/movehub-extension/moveHub.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ export class MoveHub extends BluetoothManager.Device {
127127

128128
// Initialize hub
129129
if (characteristic !== undefined) {
130-
console.log('Initialize the hub new HubAsync')
131130
this.hub = new HubAsync(characteristic, defaultConfiguration);
132131
this.hub.logDebug = this.logDebug;
133132

@@ -141,7 +140,6 @@ export class MoveHub extends BluetoothManager.Device {
141140
defaultConfiguration
142141
);
143142
this.hubControl.start(this.hub);
144-
console.log('Start hubControl')
145143

146144
setInterval(() => {
147145
this.hubControl.update();

0 commit comments

Comments
 (0)