Remove STEP diagnostic print
This patch removes a stdcerr print which was accidentally left in the code.
This commit is contained in:
parent
48c18604fc
commit
bf4b26d73f
|
@ -299,7 +299,6 @@ void PCB_EDIT_FRAME::OnExportSTEP( wxCommandEvent& event )
|
|||
cmdK2S.Append( " " );
|
||||
cmdK2S.Append( brdName );
|
||||
|
||||
std::cerr << "Executing kicad2step:\n " << cmdK2S.ToUTF8() << "\n";
|
||||
int result = 0;
|
||||
|
||||
do
|
||||
|
|
Loading…
Reference in New Issue