Agent: Remove print() that was added by mistake

This commit is contained in:
Mike Salvatore 2022-06-23 15:43:34 -04:00
parent 6e951ed65d
commit 81d3300ec7
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ class Exploiter:
victim_os = victim_host.os.get("type")
# We want to try all exploiters if the victim's OS is unknown
print(victim_os)
if victim_os is not None and victim_os not in SUPPORTED_OS[exploiter_name]:
logger.debug(
f"Skipping {exploiter_name} because it does not support "