removed debug output

i18n
axtloss 3 years ago
parent e09024c601
commit 2433054833
No known key found for this signature in database
GPG Key ID: CB97071D2AF98474

@ -2,7 +2,6 @@ use git2::Repository;
use std::{fs, path::Path, process::Command};
pub fn clone(pkg: &str, cachedir: &str) {
print!("{}", cachedir);
let error = format!("Couldn't install {}", &pkg);
let path = Path::new(&cachedir);
let results = raur::search(&pkg).expect(&error);

Loading…
Cancel
Save