From 12041551a1309b33329760c00cc22e8f1c7da32d Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Wed, 10 Jan 2018 12:03:53 +0100 Subject: [PATCH] Removed unnecessary debug messages --- eeschema/dialogs/dialog_edit_one_field.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eeschema/dialogs/dialog_edit_one_field.cpp b/eeschema/dialogs/dialog_edit_one_field.cpp index c8ca3140eb..6fd58bf287 100644 --- a/eeschema/dialogs/dialog_edit_one_field.cpp +++ b/eeschema/dialogs/dialog_edit_one_field.cpp @@ -165,8 +165,6 @@ void DIALOG_EDIT_ONE_FIELD::OnTextValueSelectButtonClick( wxCommandEvent& aEvent bool DIALOG_EDIT_ONE_FIELD::TransferDataToWindow() { - wxLogDebug( "In DIALOG_EDIT_ONE_FIELD::TransferDataToWindow()" ); - m_TextValue->SetValue( m_text ); if( m_fieldId == REFERENCE ) @@ -214,8 +212,6 @@ bool DIALOG_EDIT_ONE_FIELD::TransferDataToWindow() bool DIALOG_EDIT_ONE_FIELD::TransferDataFromWindow() { - wxLogDebug( "In DIALOG_EDIT_ONE_FIELD::TransferDataFromWindow()" ); - m_text = m_TextValue->GetValue(); // There are lots of specific tests required to validate field text.