Skip to content

Commit f039f0c

Browse files
committed
[TASK] fix build
1 parent 6614a33 commit f039f0c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/better-thermostat-ui.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -578,8 +578,6 @@ export class BetterThermostatUi extends LitElement implements LovelaceCard {
578578
protected shouldUpdate(changedProps: PropertyValues): boolean {
579579
if (changedProps.has("_config") !== undefined) {
580580
if(changedProps.get("_config") !== undefined) {
581-
console.log(changedProps);
582-
583581
this._hasSummer = false;
584582
this._hasWindow = false;
585583
this.humidity = 0;
@@ -642,8 +640,6 @@ export class BetterThermostatUi extends LitElement implements LovelaceCard {
642640
return;
643641
}
644642

645-
console.log(changedProps);
646-
647643
const entity_id:any = this._config.entity;
648644

649645
const stateObj = this.hass.states[entity_id] as ClimateEntity;

0 commit comments

Comments
 (0)