diff --git a/frigate/comms/dispatcher.py b/frigate/comms/dispatcher.py index 5801b4916..e0c2d96e3 100644 --- a/frigate/comms/dispatcher.py +++ b/frigate/comms/dispatcher.py @@ -76,8 +76,6 @@ class Dispatcher: self.web_push_client = next( (comm for comm in communicators if isinstance(comm, WebPushClient)), None ) - if self.web_push_client is None: - logger.warning("WebPushClient not found in communicators") def _receive(self, topic: str, payload: str) -> Optional[Any]: """Handle receiving of payload from communicators."""