diff --git a/custom_components/deepstack_object/image_processing.py b/custom_components/deepstack_object/image_processing.py index 59cd7b0..b233150 100644 --- a/custom_components/deepstack_object/image_processing.py +++ b/custom_components/deepstack_object/image_processing.py @@ -310,7 +310,6 @@ def __init__( def process_image(self, image): """Process an image.""" self._image = Image.open(io.BytesIO(bytearray(image))) - _LOGGER.debug((f"Open image")) self._image_width, self._image_height = self._image.size # resize image if different then default