From 393bec29e729af723009e5c7e608ef3a325e658f Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Mon, 19 Sep 2022 18:47:30 +0530 Subject: [PATCH] Agent: Remove comment from HTTPIslandAPIClient --- .../island_api_client/http_island_api_client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/monkey/infection_monkey/island_api_client/http_island_api_client.py b/monkey/infection_monkey/island_api_client/http_island_api_client.py index b22eabad7..ceddc7de2 100644 --- a/monkey/infection_monkey/island_api_client/http_island_api_client.py +++ b/monkey/infection_monkey/island_api_client/http_island_api_client.py @@ -38,8 +38,6 @@ class HTTPIslandAPIClient(IIslandAPIClient): timeout=MEDIUM_REQUEST_TIMEOUT, ) - # TODO: set server address as object property when init is called in find_server and pass - # object around? won't need to pass island server and create object in every function @staticmethod @handle_island_errors def send_log(server_address: str, data: str):