From d15eef06f9ca81ae13c47f57675856cda24c19ad Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Thu, 11 Aug 2016 14:42:18 +0200 Subject: [PATCH] Removed redundant debugging info --- eeschema/sim/sim_plot_frame.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/eeschema/sim/sim_plot_frame.cpp b/eeschema/sim/sim_plot_frame.cpp index 94fd8173da..5c7f121040 100644 --- a/eeschema/sim/sim_plot_frame.cpp +++ b/eeschema/sim/sim_plot_frame.cpp @@ -1014,7 +1014,6 @@ void SIM_PLOT_FRAME::onSimUpdate( wxCommandEvent& aEvent ) void SIM_PLOT_FRAME::onSimReport( wxCommandEvent& aEvent ) { - std::cout << aEvent.GetString() << std::endl; m_simConsole->AppendText( aEvent.GetString() + "\n" ); m_simConsole->SetInsertionPointEnd(); }