Remove debug logs

This commit is contained in:
André Oliveira 2021-08-06 23:52:33 +00:00
parent 6d59219d26
commit b29508949d
2 changed files with 1 additions and 8 deletions

View file

@ -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)
}