Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 521047c6 authored by GUILLEMOT Alexandre's avatar GUILLEMOT Alexandre
Browse files

remove a debug print

parent 0a0ac5b0
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,6 @@ where ...@@ -70,7 +70,6 @@ where
if mbox.pt.coord.mag() > sys.chart_switch_threshold { if mbox.pt.coord.mag() > sys.chart_switch_threshold {
#[cfg(debug_assertions)] #[cfg(debug_assertions)]
println!("Changing chart ({} to {})...", mbox.pt.chart, mbox.pt.canonical_chart()); println!("Changing chart ({} to {})...", mbox.pt.chart, mbox.pt.canonical_chart());
println!("{}", Ctx::get_prec());
let chart = mbox.pt.canonical_chart(); let chart = mbox.pt.canonical_chart();
mbox = GToChart::to_chart(sys, mbox, chart, 0.75)?; mbox = GToChart::to_chart(sys, mbox, chart, 0.75)?;
mbox.mut_squash(); mbox.mut_squash();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment