Skip to content

Commit 6432388

Browse files
authored
Merge pull request #253 from tijsverkoyen/250-remove-log
Remove logging. As it seems to cause issues
2 parents 91ec527 + 4121825 commit 6432388

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

custom_components/nhc2/entities/robinsip_videodoorstation_camera.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ async def async_camera_image(self, width: int | None = None, height: int | None
5454
if p.image is None:
5555
continue
5656

57-
_LOGGER.debug(f'Image size for still image is: {p.image.size}')
58-
5957
if p.image is None:
6058
image = None
6159
continue

0 commit comments

Comments
 (0)