Remove a log message used in debug and left in code by mistake.
This commit is contained in:
parent
d0fe063a86
commit
95f0c863b8
|
@ -622,7 +622,6 @@ bool DIALOG_SYMBOL_PROPERTIES::Validate()
|
|||
|
||||
bool DIALOG_SYMBOL_PROPERTIES::TransferDataFromWindow()
|
||||
{
|
||||
wxLogMessage( "flg %X", (int)m_symbol->GetEditFlags());
|
||||
if( !wxDialog::TransferDataFromWindow() ) // Calls our Validate() method.
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue