diff --git a/frigate/comms/event_metadata_updater.py b/frigate/comms/event_metadata_updater.py index 81c766dde..d435b149e 100644 --- a/frigate/comms/event_metadata_updater.py +++ b/frigate/comms/event_metadata_updater.py @@ -31,7 +31,6 @@ class EventMetadataSubscriber(Subscriber): def __init__(self, topic: EventMetadataTypeEnum) -> None: topic = topic.value - logger.info(f"subscribing to: {topic}") super().__init__(topic) def check_for_update(