diff --git a/common/properties/pg_editors.cpp b/common/properties/pg_editors.cpp index e104e164ee..b8f405511f 100644 --- a/common/properties/pg_editors.cpp +++ b/common/properties/pg_editors.cpp @@ -97,9 +97,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 ); }