Skip to content
This repository was archived by the owner on Mar 19, 2023. It is now read-only.

Commit 6245cd1

Browse files
committed
removed unnessar debug
1 parent 5941c4c commit 6245cd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom_components/deepstack_object/image_processing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ def __init__(
310310
def process_image(self, image):
311311
"""Process an image."""
312312
self._image = Image.open(io.BytesIO(bytearray(image)))
313-
_LOGGER.debug((f"Open image"))
314313
self._image_width, self._image_height = self._image.size
315314

316315
# resize image if different then default

0 commit comments

Comments
 (0)