Remove unnecessary code

This commit is contained in:
Dermot Duffy
2022-02-19 11:09:26 -08:00
parent 50a9c43c06
commit 34172f834a
-5
View File
@@ -677,11 +677,6 @@ export class FrigateCard extends LitElement {
this._changeView({ view: e.detail }); this._changeView({ view: e.detail });
} }
protected updated(changedProps: PropertyValues): void {
super.updated(changedProps);
console.info('master updated');
}
/** /**
* Determine whether the card should be updated. * Determine whether the card should be updated.
* @param changedProps The changed properties if any. * @param changedProps The changed properties if any.