cvPcb: Remove a debug message displayed when saving .cmp file.

This commit is contained in:
jean-pierre charras 2014-07-28 14:16:14 +02:00
parent 6ba1410054
commit 281ce25dd2
1 changed files with 1 additions and 1 deletions

View File

@ -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() );
}