From 8fdafdc4e9c466cea0fddacfa0f6b09dd010898a Mon Sep 17 00:00:00 2001 From: htmltiger <1429451+htmltiger@users.noreply.github.com> Date: Fri, 3 Dec 2021 02:26:04 +0000 Subject: [PATCH] Update config-editor-card.js --- config-editor-card.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config-editor-card.js b/config-editor-card.js index c465393..abe7b3f 100644 --- a/config-editor-card.js +++ b/config-editor-card.js @@ -23,7 +23,6 @@ constructor() { } render() { - console.log(2); if(!this._hass.states['config_editor.version']){return html`Missing 'config_editor:' in configuration.yaml for github.com/htmltiger/config-editor`;} if(this.fileList.length<1){ this.List() @@ -57,7 +56,7 @@ async Coder(){ await p.routerOptions.routes.tmp.load() await customElements.whenDefined("developer-tools-router"); const d = document.createElement("developer-tools-router"); - await d.routerOptions.routes.event.load(); + await d.routerOptions.routes.event.load(); } async List(){ this.infoLine = 'List Loading...';