delete line copypasted by mistake

This commit is contained in:
karwosts 2023-12-02 06:55:26 -08:00
parent 2d1ff703a7
commit 497b59f787
1 changed files with 0 additions and 1 deletions

View File

@ -471,7 +471,6 @@ class HaPanelDevTemplate extends LitElement {
private _importServiceResponse() {
this._template += `{{ ${SERVICE_RESPONSE} }}`;
this._subscribeTemplate();
delete localStorage["panel-dev-template-template"];
}
}