diff --git a/src/card.ts b/src/card.ts index 73d133a8..251a01ff 100644 --- a/src/card.ts +++ b/src/card.ts @@ -677,11 +677,6 @@ export class FrigateCard extends LitElement { this._changeView({ view: e.detail }); } - protected updated(changedProps: PropertyValues): void { - super.updated(changedProps); - console.info('master updated'); - } - /** * Determine whether the card should be updated. * @param changedProps The changed properties if any.