7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-11 09:00:13 +00:00

Remove debug code

This commit is contained in:
Jon Evans 2022-12-04 14:28:31 -05:00
parent 47e7cd2e90
commit 6e1f075daa

View File

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