mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
Remove unnecessary log (#15966)
This commit is contained in:
parent
619d01150f
commit
ea073b5e87
@ -122,7 +122,6 @@ class NetatmoPublicData:
|
||||
def update(self):
|
||||
"""Request an update from the Netatmo API."""
|
||||
import pyatmo
|
||||
_LOGGER.error('Updating Netatmo data.')
|
||||
raindata = pyatmo.PublicData(self.auth,
|
||||
LAT_NE=self.lat_ne,
|
||||
LON_NE=self.lon_ne,
|
||||
|
Loading…
x
Reference in New Issue
Block a user