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:
parent
4ce1ccfc40
commit
8e12c679fc
1 changed files with 0 additions and 1 deletions
|
@ -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()?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue