File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2299,8 +2299,6 @@ let ConfigTemplateCard = class ConfigTemplateCard extends LitElement {
22992299 // this.hass.user.name
23002300 let cardConfig = deepcopy ( this . _config . config ) ;
23012301 cardConfig = this . _evaluateConfig ( cardConfig ) ;
2302- console . log ( this . _config . config ) ;
2303- console . log ( cardConfig ) ;
23042302 const element = this . createThing ( cardConfig ) ;
23052303 element . hass = this . hass ;
23062304 return html `
Original file line number Diff line number Diff line change 11{
22 "name" : " config-teamplate-card" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " Lovelace config-teamplate-card" ,
55 "keywords" : [
66 " home-assistant" ,
Original file line number Diff line number Diff line change 33 html ,
44 customElement ,
55 property ,
6- CSSResult ,
7- TemplateResult ,
8- css
6+ TemplateResult
97} from "lit-element" ;
108import deepClone from "deep-clone-simple" ;
119
@@ -36,10 +34,6 @@ class ConfigTemplateCard extends LitElement {
3634
3735 let cardConfig = deepClone ( this . _config . config ) ;
3836 cardConfig = this . _evaluateConfig ( cardConfig ) ;
39-
40- console . log ( this . _config . config ) ;
41- console . log ( cardConfig ) ;
42-
4337 const element = this . createThing ( cardConfig ) ;
4438 element . hass = this . hass ;
4539
You can’t perform that action at this time.
0 commit comments