Skip to content

Commit

Permalink
fix: remove debug data
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper-seinhorst committed Feb 8, 2024
1 parent f2fa2df commit 5c28bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class PorscheTaycanPlatform implements DynamicPlatformPlugin {
private async discoverVehicles() {
if (this.PorscheConnectAuth) {
const vehicles = await this.PorscheConnectAuth.getVehicles();

for (const vehicle of vehicles) {
if (vehicle.engineType === EngineType.BatteryPowered) {
const platformVehicle: PlatformVehicle = { vehicle, accessories: [] };
Expand Down

0 comments on commit 5c28bfe

Please sign in to comment.