Removed unnecessary debug messages

This commit is contained in:
Maciej Suminski 2018-01-10 12:03:53 +01:00
parent dc62c0717c
commit 12041551a1
1 changed files with 0 additions and 4 deletions

View File

@ -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.