Removed redundant debugging info
This commit is contained in:
parent
2c29133c57
commit
d15eef06f9
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue