From bf4b26d73f24859351c973a6aa484f5244ebeda1 Mon Sep 17 00:00:00 2001 From: Cirilo Bernardo Date: Sun, 25 Sep 2016 12:04:27 +1000 Subject: [PATCH] Remove STEP diagnostic print This patch removes a stdcerr print which was accidentally left in the code. --- pcbnew/dialogs/dialog_export_step.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/dialogs/dialog_export_step.cpp b/pcbnew/dialogs/dialog_export_step.cpp index c26a4db8be..4b56aa58fc 100644 --- a/pcbnew/dialogs/dialog_export_step.cpp +++ b/pcbnew/dialogs/dialog_export_step.cpp @@ -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