Cleanup SamsungTV log message (#71987)

This commit is contained in:
epenet 2022-05-17 21:50:03 +02:00 committed by GitHub
parent afe2b71b2e
commit d1d6c6b923
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -307,9 +307,7 @@ class SamsungTVLegacyBridge(SamsungTVBridge):
if self._remote is None:
# We need to create a new instance to reconnect.
try:
LOGGER.debug(
"Create SamsungTVLegacyBridge for %s (%s)", CONF_NAME, self.host
)
LOGGER.debug("Create SamsungTVLegacyBridge for %s", self.host)
self._remote = Remote(self.config.copy())
# This is only happening when the auth was switched to DENY
# A removed auth will lead to socket timeout because waiting for auth popup is just an open socket