Skip to content

Commit 94f8e30

Browse files
committed
fix: 🔥 remove log
1 parent 2e391ce commit 94f8e30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/power-flow-card-plus.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -640,8 +640,6 @@ export class PowerFlowCardPlus extends LitElement {
640640
}
641641
}
642642

643-
console.log("solar state", solar.state, "grid state", grid.state, "battery state", battery.state, "home state", home.state);
644-
645643
this.style.setProperty(
646644
"--icon-grid-color",
647645
grid.color.icon_type === "consumption"

0 commit comments

Comments
 (0)