mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
removed unnecessary log row
This commit is contained in:
parent
9ead39e703
commit
b681cf2eaa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user