Skip to content

Commit

Permalink
fix: 🔥 remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
flixlix committed Sep 8, 2023
1 parent 2e391ce commit 94f8e30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/power-flow-card-plus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,8 +640,6 @@ export class PowerFlowCardPlus extends LitElement {
}
}

console.log("solar state", solar.state, "grid state", grid.state, "battery state", battery.state, "home state", home.state);

this.style.setProperty(
"--icon-grid-color",
grid.color.icon_type === "consumption"
Expand Down

0 comments on commit 94f8e30

Please sign in to comment.