Revert "Have Zed cli output logs path to stderr" (#22540)

Removes noisy log location stderr output on every `zed` cli invocation.

Reverts zed-industries/zed#22509

Release Notes:

- N/A
This commit is contained in:
Peter Tripp 2025-01-01 16:21:08 +00:00 committed by GitHub
parent 4ce1ccfc40
commit 8e12c679fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()?;