Remove unused variable.

This commit is contained in:
Dermot Duffy
2022-07-31 18:06:18 -07:00
parent 5fbbf127ab
commit 57326bd17e
-2
View File
@@ -40,8 +40,6 @@ export class FrigateCardThumbnailFeatureEvent extends LitElement {
(): [boolean, string | undefined] => [!!this.hass, this.thumbnail], (): [boolean, string | undefined] => [!!this.hass, this.thumbnail],
); );
public count = 0;
/** /**
* Sign a thumbnail URL if necessary. May throw. * Sign a thumbnail URL if necessary. May throw.
* @param param0 A list of lit-task dependencies. * @param param0 A list of lit-task dependencies.