forked from p34709852/monkey
agent: Remove logging in commands
This commit is contained in:
parent
a158665f2b
commit
e93df01e69
|
@ -1,9 +1,5 @@
|
||||||
import logging
|
|
||||||
|
|
||||||
from infection_monkey.model import CMD_CARRY_OUT, CMD_EXE, MONKEY_ARG
|
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):
|
def build_monkey_commandline(target_host, depth, vulnerable_port, location=None):
|
||||||
from infection_monkey.config import GUID
|
from infection_monkey.config import GUID
|
||||||
|
|
Loading…
Reference in New Issue