Remove log line

This commit is contained in:
Nick Mowen 2022-03-06 13:16:58 -07:00
parent 69f45d5b92
commit 32f4dbec30

View File

@ -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