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

Commit

Permalink
removed unnessar debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jodur committed Jan 20, 2021
1 parent 5941c4c commit 6245cd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/deepstack_object/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6245cd1

Please sign in to comment.