agent: Remove logging in commands

This commit is contained in:
Ilija Lazoroski 2021-06-21 17:29:21 +02:00 committed by Ilija Lazoroski
parent a158665f2b
commit e93df01e69
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
import logging
from infection_monkey.model import CMD_CARRY_OUT, CMD_EXE, MONKEY_ARG
LOG = logging.getLogger(__name__)
def build_monkey_commandline(target_host, depth, vulnerable_port, location=None):
from infection_monkey.config import GUID