mirror of
https://github.com/home-assistant/core.git
synced 2025-08-28 08:51:41 +02:00
removed unnecessary log row
This commit is contained in:
@@ -206,7 +206,6 @@ class SqueezeBoxDevice(MediaPlayerDevice):
|
||||
@property
|
||||
def is_volume_muted(self):
|
||||
if 'mixer volume' in self._status:
|
||||
_LOGGER.info(self._status['mixer volume'])
|
||||
return self._status['mixer volume'].startswith('-')
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user