From 5c77e1870815b9388a2d8e92bb0a4b9dd1392b52 Mon Sep 17 00:00:00 2001 From: Shaun Berryman Date: Tue, 24 Oct 2023 17:22:15 -0700 Subject: [PATCH] these commented out lines should have never been in here --- frigate/comms/dispatcher.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/frigate/comms/dispatcher.py b/frigate/comms/dispatcher.py index f15b4e5e8..bcef9a2fb 100644 --- a/frigate/comms/dispatcher.py +++ b/frigate/comms/dispatcher.py @@ -330,8 +330,6 @@ class Dispatcher: return new_birdseye_mode = BirdseyeModeEnum(payload.lower()) - # birdseye_config.mode = BirdseyeModeEnum.continuous - # self.config.cameras[camera_name].birdseye.enabled = False logger.info(f"Setting birdseye mode for {camera_name} to {new_birdseye_mode}") # update the metric (need the mode converted to an int)