mirror of
https://github.com/home-assistant/core.git
synced 2026-05-03 19:41:15 +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