From 6e1f075daa56f5e20b68b05d776978cbdb100a91 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Sun, 4 Dec 2022 14:28:31 -0500 Subject: [PATCH] Remove debug code --- common/properties/pg_editors.cpp | 3 --- 1 file changed, 3 deletions(-) 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 ); }