Commit c1814ad9 authored by Dick Hollenbeck's avatar Dick Hollenbeck

netlist_stuff

parent 86132ad1
......@@ -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() ) );
}
......
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