Removed error log on roku connection error (#2809)

This commit is contained in:
Brent Hughes 2016-08-13 11:45:09 -05:00 committed by Paulus Schoutsen
parent 0b404cc0be
commit 0df229773f

View File

@ -88,7 +88,8 @@ class RokuDevice(MediaPlayerDevice):
self.current_app = None self.current_app = None
except (requests.exceptions.ConnectionError, except (requests.exceptions.ConnectionError,
requests.exceptions.ReadTimeout): requests.exceptions.ReadTimeout):
_LOGGER.error("Unable to connect to roku at %s", self.ip_address)
pass
def get_source_list(self): def get_source_list(self):
"""Get the list of applications to be used as sources.""" """Get the list of applications to be used as sources."""