Remove media show logging.

This commit is contained in:
Dermot Duffy
2021-10-29 16:50:32 -07:00
parent d44fff03d3
commit 73a89ef5e5
-1
View File
@@ -609,7 +609,6 @@ export class FrigateCard extends LitElement {
if (!isValidMediaShowInfo(mediaShowInfo)) { if (!isValidMediaShowInfo(mediaShowInfo)) {
return; return;
} }
console.info(`Media show: ${JSON.stringify(mediaShowInfo)}`);
let requestRefresh = false; let requestRefresh = false;
if ( if (
this._isAspectRatioEnforced() && this._isAspectRatioEnforced() &&