Remove log message

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
Dan Brown
2025-12-02 15:02:04 +01:00
committed by GitHub
co-authored by Nicolas Mowen
parent a343470f90
commit 20f1e17637
-3
View File
@@ -34,9 +34,6 @@ class EdgeTpuTfl(DetectionApi):
]
def __init__(self, detector_config: EdgeTpuDetectorConfig):
logger.info(
f"Initializing {DETECTOR_KEY} detector with support for SSD and YOLOv9 models"
)
device_config = {}
if detector_config.device is not None:
device_config = {"device": detector_config.device}