diff --git a/eeschema/sim/sim_plot_frame.cpp b/eeschema/sim/sim_plot_frame.cpp index d85e203f7e..1566c98367 100644 --- a/eeschema/sim/sim_plot_frame.cpp +++ b/eeschema/sim/sim_plot_frame.cpp @@ -1219,7 +1219,6 @@ void SIM_PLOT_FRAME::menuSaveCsv( wxCommandEvent& event ) wxFFile out( saveDlg.GetPath(), "wb" ); std::map traces = GetCurrentPlot()->GetTraces(); - assert(traces); if( traces.size() == 0 ) return;