diff --git a/src/app/debug_plot.rs b/src/app/debug_plot.rs index 14331dc..bd8346f 100644 --- a/src/app/debug_plot.rs +++ b/src/app/debug_plot.rs @@ -91,7 +91,6 @@ impl DebugPlots { plot_ui.line(mag_line); plot_ui.line(phase_line); }); - ui.heading("TODO"); } }; });