remove debug output when installing aur packages

i18n
amy 3 years ago
parent edef44d63d
commit f008a84b60

@ -21,7 +21,6 @@ fn uninstall_make_depend(pkg: &str) {
let mut rem_pkgs = Vec::new();
for pkg in expl_pkgs_parse {
println!("{:?}", make_depends);
for i in 0 .. make_depends.len() {
match make_depends[i].contains(pkg) {
false => {

Loading…
Cancel
Save