mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-11 13:45:25 +03:00
remove debugging logic
This commit is contained in:
parent
d9445e4594
commit
1df2cb4972
@ -51,7 +51,7 @@ export default function useStats(stats: FrigateStats | undefined) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (config.cameras[name].enabled && (cam["camera_fps"] == 0 || true)) {
|
||||
if (config.cameras[name].enabled && (cam["camera_fps"] == 0)) {
|
||||
problems.push({
|
||||
text: `${capitalizeFirstLetter(name.replaceAll("_", " "))} is offline`,
|
||||
color: "text-danger",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user