remove debugging logic

This commit is contained in:
Nicolas Mowen 2024-05-18 10:53:53 -06:00
parent d9445e4594
commit 1df2cb4972

View File

@ -51,7 +51,7 @@ export default function useStats(stats: FrigateStats | undefined) {
return; return;
} }
if (config.cameras[name].enabled && (cam["camera_fps"] == 0 || true)) { if (config.cameras[name].enabled && (cam["camera_fps"] == 0)) {
problems.push({ problems.push({
text: `${capitalizeFirstLetter(name.replaceAll("_", " "))} is offline`, text: `${capitalizeFirstLetter(name.replaceAll("_", " "))} is offline`,
color: "text-danger", color: "text-danger",