Agent: Remove stale TODO in monkey.py

This commit is contained in:
Mike Salvatore 2022-03-29 12:39:52 -04:00
parent cf211bc46f
commit a3c5d9dd7a
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ class InfectionMonkey:
self._opts = self._get_arguments(args)
self._cmd_island_ip, self._cmd_island_port = address_to_ip_port(self._opts.server)
self._default_server = self._opts.server
# TODO used in propogation phase
self._monkey_inbound_tunnel = None
self.telemetry_messenger = LegacyTelemetryMessengerAdapter()
self._current_depth = self._opts.depth