Remove STEP diagnostic print

This patch removes a stdcerr print which was accidentally left in the code.
This commit is contained in:
Cirilo Bernardo 2016-09-25 12:04:27 +10:00 committed by Chris Pavlina
parent 48c18604fc
commit bf4b26d73f
1 changed files with 0 additions and 1 deletions

View File

@ -299,7 +299,6 @@ void PCB_EDIT_FRAME::OnExportSTEP( wxCommandEvent& event )
cmdK2S.Append( " " ); cmdK2S.Append( " " );
cmdK2S.Append( brdName ); cmdK2S.Append( brdName );
std::cerr << "Executing kicad2step:\n " << cmdK2S.ToUTF8() << "\n";
int result = 0; int result = 0;
do do