Websearch: removed debug print statement
This commit is contained in:
@@ -92,8 +92,6 @@ fn get_matches(input: RString, config: &Config) -> RVec<Match> {
|
|||||||
fn handler(selection: Match, config: &Config) -> HandleResult {
|
fn handler(selection: Match, config: &Config) -> HandleResult {
|
||||||
let engine = &config.engines[selection.id.unwrap() as usize];
|
let engine = &config.engines[selection.id.unwrap() as usize];
|
||||||
|
|
||||||
println!("{}", engine.value());
|
|
||||||
|
|
||||||
if let Err(why) = Command::new("sh")
|
if let Err(why) = Command::new("sh")
|
||||||
.arg("-c")
|
.arg("-c")
|
||||||
.arg(format!(
|
.arg(format!(
|
||||||
|
Reference in New Issue
Block a user