From ffc09814fe952efaa172fecc4f961cd24bdc8e25 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 6 May 2025 17:30:36 -0500 Subject: [PATCH] clean up --- frigate/ptz/onvif.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/ptz/onvif.py b/frigate/ptz/onvif.py index 37cb297ff..25ff44cf8 100644 --- a/frigate/ptz/onvif.py +++ b/frigate/ptz/onvif.py @@ -595,7 +595,6 @@ class OnvifController: self, camera_name: str, command: OnvifCommandEnum, param: str = "" ) -> None: """Handle ONVIF commands asynchronously""" - # logger.debug(f"handling async: {camera_name}, {command}, {param}") current_loop = asyncio.get_running_loop() expected_loop = self.loop if current_loop is not expected_loop: