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):