Agent: Remove stray issue comment in MockMaster which was solved

This commit is contained in:
Shreya Malviya 2021-11-24 00:16:14 +05:30
parent 7b0f08ee54
commit 8c2eab4c2a
1 changed files with 0 additions and 2 deletions

View File

@ -53,8 +53,6 @@ class MockMaster(IMaster):
self._telemetry_messenger.send_telemetry(PostBreachTelem(name, command, result))
def _scan_victims(self):
# TODO: The telemetry must be malformed somehow, or something else is wrong. This causes the
# Island to raise an error when reports are viewed.
ips = ["10.0.0.1", "10.0.0.2", "10.0.0.3"]
ports = [22, 445, 3389, 8008]
for ip in ips: