Remove extra logging from directv init. (#32809)
This commit is contained in:
parent
226a0bcaad
commit
3b1fb2f416
1 changed files with 0 additions and 9 deletions
|
@ -158,15 +158,6 @@ class DirecTvDevice(MediaPlayerDevice):
|
|||
self._model = MODEL_HOST
|
||||
self._software_version = version_info["stbSoftwareVersion"]
|
||||
|
||||
if self._is_client:
|
||||
_LOGGER.debug(
|
||||
"Created DirecTV media player for client %s on device %s",
|
||||
self._name,
|
||||
device,
|
||||
)
|
||||
else:
|
||||
_LOGGER.debug("Created DirecTV media player for device %s", self._name)
|
||||
|
||||
def update(self):
|
||||
"""Retrieve latest state."""
|
||||
_LOGGER.debug("%s: Updating status", self.entity_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue