Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekkleszcz committed Mar 2, 2024
1 parent 40f8d34 commit 6e90757
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ export class ElectroluxDevicesPlatform implements DynamicPlatformPlugin {
}
});
} catch (err) {
console.log(err);

// eslint-disable-next-line @typescript-eslint/no-explicit-any
const message = (err as any).response?.data?.message ?? (err as Error).message;

Expand Down

0 comments on commit 6e90757

Please sign in to comment.