Remove reference to removed var.

This commit is contained in:
Dermot Duffy
2022-07-31 18:07:55 -07:00
parent 57326bd17e
commit 84fbdbc24a
-1
View File
@@ -49,7 +49,6 @@ export class FrigateCardThumbnailFeatureEvent extends LitElement {
boolean,
string | undefined,
]): Promise<string | null> {
this.count++;
if (!haveHASS || !this.hass || !thumbnail) {
return null;
}