mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Removing log console
This commit is contained in:
parent
ddf59c8d5c
commit
66f5e34d52
@ -177,7 +177,6 @@ class HuiEntitiesCard extends HassLocalizeLitMixin(LitElement)
|
|||||||
private handleClick(ev: MouseEvent) {
|
private handleClick(ev: MouseEvent) {
|
||||||
const config = (ev.currentTarget as any).entityConf as ConfigEntity;
|
const config = (ev.currentTarget as any).entityConf as ConfigEntity;
|
||||||
const entityId = config.entity;
|
const entityId = config.entity;
|
||||||
console.log("clicked");
|
|
||||||
|
|
||||||
fireEvent(this, "hass-more-info", { entityId });
|
fireEvent(this, "hass-more-info", { entityId });
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user