From 74457ebd8d74050e53f28280452358af53e35110 Mon Sep 17 00:00:00 2001 From: Eduard Toloza Date: Thu, 16 May 2019 13:02:59 -0500 Subject: [PATCH] Remove unneeded prints. --- src/functions.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/functions.rs b/src/functions.rs index 8355f6d..d453135 100644 --- a/src/functions.rs +++ b/src/functions.rs @@ -206,8 +206,6 @@ pub fn build_package_with_missing_deps(missing: &[&str]) { .expect("Failed to get package name."), ] .concat(); - println!("{}", &missing); - println!("{}", ©_path); Command::new("sudo") .args(&["cp", &missing, ©_path]) .spawn()