removed unused return (#15402)

This commit is contained in:
Joakim Sørensen 2018-07-10 13:19:32 +02:00 committed by Fabian Affolter
parent 9ea0c409e6
commit b65d7daed8

View file

@ -75,4 +75,3 @@ def _update_cloudflare(cfupdate, email, key, zone, records):
if result is not True:
_LOGGER.warning(result)
return True