Remove media show logging.
This commit is contained in:
@@ -609,7 +609,6 @@ export class FrigateCard extends LitElement {
|
||||
if (!isValidMediaShowInfo(mediaShowInfo)) {
|
||||
return;
|
||||
}
|
||||
console.info(`Media show: ${JSON.stringify(mediaShowInfo)}`);
|
||||
let requestRefresh = false;
|
||||
if (
|
||||
this._isAspectRatioEnforced() &&
|
||||
|
||||
Reference in New Issue
Block a user