mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 20:26:39 +00:00
Remove log
This commit is contained in:
parent
593a2de07b
commit
d10045eac1
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user