removed debug println!()

i18n
jnats 3 years ago
parent 2c25c36823
commit 0b66827382

@ -5,7 +5,6 @@ pub fn a_search(pkg: &str) {
for res in &results { for res in &results {
println!("{} {}\n {}", res[0].name, res[0].version, res[0].description.as_ref().map_or("n/a", String::deref)); println!("{} {}\n {}", res[0].name, res[0].version, res[0].description.as_ref().map_or("n/a", String::deref));
} }
println!("{:#?}", results);
} }
pub fn r_search(pkg: &str) { pub fn r_search(pkg: &str) {

Loading…
Cancel
Save