Remove debug assert that's clogging up Sentry.
(cherry picked from commit b62f00912e)
This commit is contained in:
@@ -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!" ) );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user