diff --git a/monkey/infection_monkey/monkey.py b/monkey/infection_monkey/monkey.py index 922f315a1..e3d71a2f1 100644 --- a/monkey/infection_monkey/monkey.py +++ b/monkey/infection_monkey/monkey.py @@ -366,8 +366,6 @@ class InfectionMonkey: is_done=True, version=get_version() ).send() # Signal the server (before closing the tunnel) - # TODO: Determine how long between when we - # send telemetry and the monkey actually exits InfectionMonkey._close_tunnel() self._singleton.unlock() except Exception as e: