removed response from api.path query debug

This commit is contained in:
tomaae 2020-04-04 22:03:46 +02:00
parent f489259908
commit 592dbbe3dd

View file

@ -179,8 +179,8 @@ class MikrotikAPI:
self.lock.acquire()
try:
_LOGGER.debug("API query: %s", path)
response = self._connection.path(path)
_LOGGER.debug("API response (%s): %s", path, response)
except librouteros_custom.exceptions.ConnectionClosed:
if not self.connection_error_reported:
_LOGGER.error("Mikrotik %s connection closed", self._host)