Remove log
This commit is contained in:
@@ -264,7 +264,7 @@ export class HaAutomationEditor extends LitElement {
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
console.log(changedProps);
|
|
||||||
if (changedProps.has("creatingNew") && this.creatingNew && this.hass) {
|
if (changedProps.has("creatingNew") && this.creatingNew && this.hass) {
|
||||||
const initData = getAutomationEditorInitData();
|
const initData = getAutomationEditorInitData();
|
||||||
this._dirty = initData ? true : false;
|
this._dirty = initData ? true : false;
|
||||||
|
|||||||
Reference in New Issue
Block a user