mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Remove debug logs
This commit is contained in:
parent
6d59219d26
commit
b29508949d
2 changed files with 1 additions and 8 deletions
|
@ -132,9 +132,6 @@ pub(crate) fn handle_view_crate_graph(
|
|||
) -> Result<String> {
|
||||
let _p = profile::span("handle_view_crate_graph");
|
||||
let dot = snap.analysis.view_crate_graph(params.full)??;
|
||||
|
||||
eprintln!("{}", dot);
|
||||
|
||||
Ok(dot)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue