Remove unnecessary log (#15966)
This commit is contained in:
parent
619d01150f
commit
ea073b5e87
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ class NetatmoPublicData:
|
||||||
def update(self):
|
def update(self):
|
||||||
"""Request an update from the Netatmo API."""
|
"""Request an update from the Netatmo API."""
|
||||||
import pyatmo
|
import pyatmo
|
||||||
_LOGGER.error('Updating Netatmo data.')
|
|
||||||
raindata = pyatmo.PublicData(self.auth,
|
raindata = pyatmo.PublicData(self.auth,
|
||||||
LAT_NE=self.lat_ne,
|
LAT_NE=self.lat_ne,
|
||||||
LON_NE=self.lon_ne,
|
LON_NE=self.lon_ne,
|
||||||
|
|
Loading…
Add table
Reference in a new issue