Remove a message used in a previous debug session.

This commit is contained in:
jean-pierre charras 2019-04-27 17:07:15 +02:00
parent fcc4a84e0e
commit e808c7f956
1 changed files with 1 additions and 1 deletions

View File

@ -1112,7 +1112,7 @@ void PCB_EDIT_FRAME::OnSwitchCanvas( wxCommandEvent& aEvent )
void PCB_EDIT_FRAME::ToPlotter( wxCommandEvent& event ) void PCB_EDIT_FRAME::ToPlotter( wxCommandEvent& event )
{ {
PCB_PLOT_PARAMS plotSettings = GetPlotSettings(); PCB_PLOT_PARAMS plotSettings = GetPlotSettings();
wxMessageBox(wxString::Format("ToPlotter id %d (%d)",event.GetId(),ID_GEN_PLOT_GERBER ) );
switch( event.GetId() ) switch( event.GetId() )
{ {
case ID_GEN_PLOT_GERBER: plotSettings.SetFormat( PLOT_FORMAT_GERBER ); break; case ID_GEN_PLOT_GERBER: plotSettings.SetFormat( PLOT_FORMAT_GERBER ); break;