Remove debug assert.

Yes, it does indeed fire (a lot, as Sentry can
tell us).

(cherry picked from commit baaf341d0d)
This commit is contained in:
Jeff Young
2025-03-29 21:26:36 +00:00
parent beb4bb9007
commit d61d66505f
-3
View File
@@ -363,9 +363,6 @@ void PCB_BASE_EDIT_FRAME::PutDataInPreviousState( PICKED_ITEMS_LIST* aList )
{
if( GetBoard()->GetItem( eda_item->m_Uuid ) == DELETED_BOARD_ITEM::GetInstance() )
{
// Checking if it ever happens
wxASSERT_MSG( false, wxT( "Item in the undo buffer does not exist" ) );
// Remove this non existent item
aList->RemovePicker( ii );
not_found = true;