From 32f4dbec301deec87f2cd96df9e5b08e246c8798 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 6 Mar 2022 13:16:58 -0700 Subject: [PATCH] Remove log line --- frigate/object_processing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/object_processing.py b/frigate/object_processing.py index 896c04b2e..fd1406f47 100644 --- a/frigate/object_processing.py +++ b/frigate/object_processing.py @@ -945,7 +945,6 @@ class TrackedObjectProcessor(threading.Thread): # if we have previously published a count for this zone all labels zone_label = self.zone_data[zone]["all"] - logger.info(f'zone info {zone_label} with count {total_label_count}') if camera in zone_label: current_count = sum(zone_label.values()) zone_label[camera] = total_label_count