Remove a log message used in debug and left in code by mistake.

This commit is contained in:
jean-pierre charras 2022-09-05 18:32:16 +02:00
parent d0fe063a86
commit 95f0c863b8
1 changed files with 0 additions and 1 deletions

View File

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