Commit 281ce25d authored by jean-pierre charras's avatar jean-pierre charras

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

parent 6ba14100
......@@ -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() );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment