removed log

This commit is contained in:
Francesco Pio Gaglione 2024-09-28 17:10:39 +02:00
parent 72101ca296
commit c520351d42

View file

@ -31,7 +31,6 @@ pub fn exec_to_command(exec: &str, path_opt: Option<PathBuf>) -> Option<process:
command.arg(arg);
}
}
log::info!("command: {:?}", command);
Some(command)
}