netlist_stuff

This commit is contained in:
Dick Hollenbeck 2014-07-07 00:59:58 -05:00
parent 86132ad16b
commit c1814ad98e
1 changed files with 1 additions and 2 deletions

View File

@ -432,7 +432,6 @@ bool DIALOG_NETLIST::verifyFootprints( const wxString& aNetlistFilename,
return false;
}
#if defined( DEBUG )
{
m_MessageWindow->Clear();
@ -440,7 +439,7 @@ bool DIALOG_NETLIST::verifyFootprints( const wxString& aNetlistFilename,
STRING_FORMATTER sf;
netlist.Format( &sf, 0 );
netlist.Format( "netlist_stuff", &sf, 0 );
rpt.Report( FROM_UTF8( sf.GetString().c_str() ) );
}