From 73b73e3b51bec7f0e6a17c7b5a37e353403cf7ba Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Wed, 1 Jan 2025 11:03:42 -0500 Subject: [PATCH] Revert "Have Zed cli output logs path to stderr (#22509)" This reverts commit e9bd4b2890d7ef4bc9cc88eef649a49ffdf53e86. --- crates/cli/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/cli/src/main.rs b/crates/cli/src/main.rs index 1e48a16c07a81..3dbfa0e737ae8 100644 --- a/crates/cli/src/main.rs +++ b/crates/cli/src/main.rs @@ -257,7 +257,6 @@ fn main() -> Result<()> { if args.foreground { app.run_foreground(url)?; } else { - eprintln!("Logs are written to {:?}", paths::log_file()); app.launch(url)?; sender.join().unwrap()?; pipe_handle.join().unwrap()?;