Skip to content

Commit

Permalink
remove shell status update (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgos authored and alexcrichton committed Sep 9, 2019
1 parent f0a55f8 commit 7cca275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/cli/src/bin/wasm-bindgen-test-runner/headless.rs
Expand Up @@ -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()));
Expand Down

0 comments on commit 7cca275

Please sign in to comment.