Remove debug code
This commit is contained in:
parent
47e7cd2e90
commit
6e1f075daa
|
@ -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 );
|
return wxPGTextCtrlEditor::OnEvent( aPropGrid, aProperty, aCtrl, aEvent );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue