mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 20:41:24 +00:00
remove shell status update (#1758)
This commit is contained in:
@ -34,7 +34,6 @@ pub fn run(server: &SocketAddr, shell: &Shell) -> Result<(), Error> {
|
||||
|
||||
// Spawn the driver binary, collecting its stdout/stderr in separate
|
||||
// threads. We'll print this output later.
|
||||
shell.status("Spawning Geckodriver...");
|
||||
let mut cmd = Command::new(driver.path());
|
||||
cmd.args(&args)
|
||||
.arg(format!("--port={}", driver_addr.port().to_string()));
|
||||
|
Reference in New Issue
Block a user