diff --git a/crates/cli/src/main.rs b/crates/cli/src/main.rs index 1e48a16c07..3dbfa0e737 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()?;