mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Remove log line
This commit is contained in:
parent
69f45d5b92
commit
32f4dbec30
@ -945,7 +945,6 @@ class TrackedObjectProcessor(threading.Thread):
|
|||||||
|
|
||||||
# if we have previously published a count for this zone all labels
|
# if we have previously published a count for this zone all labels
|
||||||
zone_label = self.zone_data[zone]["all"]
|
zone_label = self.zone_data[zone]["all"]
|
||||||
logger.info(f'zone info {zone_label} with count {total_label_count}')
|
|
||||||
if camera in zone_label:
|
if camera in zone_label:
|
||||||
current_count = sum(zone_label.values())
|
current_count = sum(zone_label.values())
|
||||||
zone_label[camera] = total_label_count
|
zone_label[camera] = total_label_count
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user