mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-04 23:35:31 +00:00
Remove debug assert.
Yes, it does indeed fire (a lot, as Sentry can tell us).
This commit is contained in:
parent
4783bc4cfd
commit
baaf341d0d
@ -364,9 +364,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;
|
||||
|
Loading…
Reference in New Issue
Block a user