diff --git a/monkey/infection_monkey/dropper.py b/monkey/infection_monkey/dropper.py index 9df8f6a82..b3e5665c1 100644 --- a/monkey/infection_monkey/dropper.py +++ b/monkey/infection_monkey/dropper.py @@ -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,