diff --git a/frigate/object_processing.py b/frigate/object_processing.py index 7065a8485..9c0b5e04e 100644 --- a/frigate/object_processing.py +++ b/frigate/object_processing.py @@ -868,7 +868,6 @@ class TrackedObjectProcessor(threading.Thread): # reset the last_motion so redundant `off` commands aren't sent self.last_motion_updates[camera] = 0 - def get_best(self, camera, label): # TODO: need a lock here camera_state = self.camera_states[camera]