cvPcb: Remove a debug message displayed when saving .cmp file.
This commit is contained in:
parent
6ba1410054
commit
281ce25dd2
|
@ -394,7 +394,7 @@ int CVPCB_MAINFRAME::SaveCmpLinkFile( const wxString& aFullFileName )
|
|||
STRING_FORMATTER sf;
|
||||
|
||||
m_netlist.FormatBackAnnotation( &sf );
|
||||
wxMessageBox( wxString( sf.GetString().c_str(), wxConvUTF8 ) );
|
||||
|
||||
Kiway().ExpressMail( FRAME_SCH, MAIL_BACKANNOTATE_FOOTPRINTS, sf.GetString() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue