mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +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) {
|
||||
const config = (ev.currentTarget as any).entityConf as ConfigEntity;
|
||||
const entityId = config.entity;
|
||||
console.log("clicked");
|
||||
|
||||
fireEvent(this, "hass-more-info", { entityId });
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user