Skip to content

Commit aca9fc4

Browse files
committed
removed an extra logging
1 parent b8026bd commit aca9fc4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

zabbix_utils/aioapi.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,6 @@ def send_sync_request(self, method: str, params: Optional[dict] = None,
445445
resp = ul.urlopen(req, context=ctx)
446446
resp_json = json.loads(resp.read().decode('utf-8'))
447447
except URLError as err:
448-
if basic_auth is not None:
449-
log.warning("HTTP authentication unsupported since Zabbix 7.2.")
450448
self.__close_session()
451449
raise ProcessingError(f"Unable to connect to {self.url}:", err) from None
452450
except ValueError as err:

0 commit comments

Comments
 (0)