Skip to content

Commit 7cca275

Browse files
cburgosalexcrichton
authored andcommitted
remove shell status update (#1758)
1 parent f0a55f8 commit 7cca275

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/cli/src/bin/wasm-bindgen-test-runner/headless.rs

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ pub fn run(server: &SocketAddr, shell: &Shell) -> Result<(), Error> {
3434

3535
// Spawn the driver binary, collecting its stdout/stderr in separate
3636
// threads. We'll print this output later.
37-
shell.status("Spawning Geckodriver...");
3837
let mut cmd = Command::new(driver.path());
3938
cmd.args(&args)
4039
.arg(format!("--port={}", driver_addr.port().to_string()));

0 commit comments

Comments
 (0)