diff --git a/cvpcb/autosel.cpp b/cvpcb/autosel.cpp index 5075e321f0..243d34c16e 100644 --- a/cvpcb/autosel.cpp +++ b/cvpcb/autosel.cpp @@ -72,9 +72,6 @@ void CVPCB_MAINFRAME::AssocieModule( wxCommandEvent& event ) for( ii = 0; ii < m_AliasLibNames.GetCount(); ii++ ) { fn = m_AliasLibNames[ii]; - //msg.Printf( _( "Library: %s." ), - // GetChars( fn.GetFullName() ) ); - //wxMessageBox( msg, titleLibLoadError, wxOK | wxICON_ERROR ); if( !fn.HasExt() ) { fn.SetExt( FootprintAliasFileExtension ); // above fails if filename have more than one point