← Back to team overview

kicad-developers team mailing list archive

PATCH: remove STEP diagnostic print

 

This patch removes a stdcerr print which was accidentally left in the code.

- Cirilo
From fb9239abdef987c287f8cb31b46b793766c79358 Mon Sep 17 00:00:00 2001
From: Cirilo Bernardo <cirilo.bernardo@xxxxxxxxx>
Date: Sat, 24 Sep 2016 07:35:47 +1000
Subject: [PATCH] Remove diagnostic print from STEP export
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------2.9.3"

This is a multi-part message in MIME format.
--------------2.9.3
Content-Type: text/plain; charset=UTF-8; format=fixed
Content-Transfer-Encoding: 8bit

---
 pcbnew/dialogs/dialog_export_step.cpp | 1 -
 1 file changed, 1 deletion(-)


--------------2.9.3
Content-Type: text/x-patch; name="0001-Remove-diagnostic-print-from-STEP-export.patch"
Content-Transfer-Encoding: 8bit
Content-Disposition: attachment; filename="0001-Remove-diagnostic-print-from-STEP-export.patch"

diff --git a/pcbnew/dialogs/dialog_export_step.cpp b/pcbnew/dialogs/dialog_export_step.cpp
index c26a4db..4b56aa5 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

--------------2.9.3--



Follow ups