Remove unneeded prints.

This commit is contained in:
Eduard Tolosa 2019-05-16 13:02:59 -05:00
parent 2875c3de7e
commit 74457ebd8d

View file

@ -206,8 +206,6 @@ pub fn build_package_with_missing_deps(missing: &[&str]) {
.expect("Failed to get package name."),
]
.concat();
println!("{}", &missing);
println!("{}", &copy_path);
Command::new("sudo")
.args(&["cp", &missing, &copy_path])
.spawn()