removed log
This commit is contained in:
parent
72101ca296
commit
c520351d42
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@ pub fn exec_to_command(exec: &str, path_opt: Option<PathBuf>) -> Option<process:
|
||||||
command.arg(arg);
|
command.arg(arg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
log::info!("command: {:?}", command);
|
|
||||||
Some(command)
|
Some(command)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue