Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Sep 3, 2024
1 parent a04b5d4 commit ba7e517
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vehicle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export class VehicleAccessory {
}

async wakeUpAndWait(): Promise<void> {
console.log(this.accessory.context.state);
if (this.accessory.context.state === "online") {
return Promise.resolve();
}
Expand Down

0 comments on commit ba7e517

Please sign in to comment.