Remove media show logging.
This commit is contained in:
@@ -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() &&
|
||||||
|
|||||||
Reference in New Issue
Block a user