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:
parent
408d3a0170
commit
b62f00912e
@ -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!" ) );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user