From 34172f834a614551ac27b8e5215855d50116b771 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sat, 19 Feb 2022 11:09:26 -0800 Subject: [PATCH] Remove unnecessary code --- src/card.ts | 5 ----- 1 file changed, 5 deletions(-) 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.