7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-20 00:21:31 +00:00

Remove debug assert that's clogging up Sentry.

This commit is contained in:
Jeff Young 2025-03-29 16:56:29 +00:00
parent 408d3a0170
commit b62f00912e

View File

@ -114,8 +114,6 @@ void TOOLS_HOLDER::PopTool( const TOOL_EVENT& aEvent )
return;
}
}
wxASSERT_MSG( false, wxS( "Popped a Tool Not on the Tool Stack!" ) );
}