Websearch: removed debug print statement

This commit is contained in:
Kirottu
2023-08-16 08:26:33 +03:00
parent d4b16a7c2b
commit ca77298d46

View File

@@ -92,8 +92,6 @@ fn get_matches(input: RString, config: &Config) -> RVec<Match> {
fn handler(selection: Match, config: &Config) -> HandleResult {
let engine = &config.engines[selection.id.unwrap() as usize];
println!("{}", engine.value());
if let Err(why) = Command::new("sh")
.arg("-c")
.arg(format!(