diff --git a/custom_components/solar_sunsynk/sunsynkapi.py b/custom_components/solar_sunsynk/sunsynkapi.py index fe7fd78..83debc1 100644 --- a/custom_components/solar_sunsynk/sunsynkapi.py +++ b/custom_components/solar_sunsynk/sunsynkapi.py @@ -33,7 +33,7 @@ async def request(self, method, path, body, autoAuth): 'Content-Type': 'application/json', } - _LOGGER.error(self.region) + # _LOGGER.error(self.region) if self.region == SunsynkApiNames.PowerView or self.region == 'Region 1': host = 'https://pv.inteless.com/' elif self.region == SunsynkApiNames.Sunsynk or self.region == 'Region 2':