Agent: Remove comment from HTTPIslandAPIClient

This commit is contained in:
Shreya Malviya 2022-09-19 18:47:30 +05:30 committed by Mike Salvatore
parent 365376a190
commit 393bec29e7
1 changed files with 0 additions and 2 deletions

View File

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