Skip to content

Commit

Permalink
log fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogazzola committed Feb 20, 2019
1 parent 1cf9e5a commit 1f0e7b3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions homeassistant/components/vacuum/xiaomi_miio.py
Expand Up @@ -404,9 +404,7 @@ async def async_clean_zone(self,
zone,
repeats=1):
"""Clean selected area for the number of repeats indicated."""
_LOGGER.debug("Zone to clean: %s repeats: %s", zone, repeats)
from miio import DeviceException
_LOGGER.debug("Original zone: %s", zone)
for _zone in zone:
_zone.append(repeats)
_LOGGER.debug("Zone with repeats: %s", zone)
Expand Down

0 comments on commit 1f0e7b3

Please sign in to comment.