Remove debug code

This commit is contained in:
Jon Evans 2022-12-04 14:28:31 -05:00
parent 47e7cd2e90
commit 6e1f075daa
1 changed files with 0 additions and 3 deletions

View File

@ -98,9 +98,6 @@ bool PG_UNIT_EDITOR::OnEvent( wxPropertyGrid* aPropGrid, wxPGProperty* aProperty
}
}
if( aEvent.GetEventType() == wxEVT_KILL_FOCUS )
wxLogDebug( "test" );
return wxPGTextCtrlEditor::OnEvent( aPropGrid, aProperty, aCtrl, aEvent );
}