forked from p15670423/monkey
agent: Remove unnecessary log
This commit is contained in:
parent
b93be212f4
commit
5c5d96f79d
|
@ -145,7 +145,6 @@ class MonkeyDrops(object):
|
|||
)
|
||||
|
||||
if OperatingSystem.Windows == SystemInfoCollector.get_os():
|
||||
|
||||
monkey_commandline = get_monkey_commandline_windows(
|
||||
self._config["destination_path"], monkey_options
|
||||
)
|
||||
|
@ -165,8 +164,6 @@ class MonkeyDrops(object):
|
|||
|
||||
monkey_commandline = get_monkey_commandline_linux(dest_path, monkey_options)
|
||||
|
||||
LOG.info("Commands of monkey cmdline_split %s", monkey_commandline)
|
||||
|
||||
monkey_process = subprocess.Popen(
|
||||
monkey_commandline,
|
||||
stdin=subprocess.PIPE,
|
||||
|
|
Loading…
Reference in New Issue