Agent: Remove irrelevant comment from InfectionMonkey._get_server()

This commit is contained in:
Shreya Malviya 2022-09-08 13:24:11 +05:30 committed by Mike Salvatore
parent fb1554840a
commit f436bf7b8c
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ class InfectionMonkey:
if server:
logger.info(f"Successfully connected to the island via {server}")
else:
# TODO: Exit here
raise Exception(
f"Failed to connect to the island via any known servers: {self._opts.servers}"
)