mirror of
https://github.com/edu4rdshl/blackarch-devtools.git
synced 2026-07-17 23:24:47 +00:00
Remove unneeded prints.
This commit is contained in:
parent
2875c3de7e
commit
74457ebd8d
1 changed files with 0 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue