Remove debug assert that's clogging up Sentry.

(cherry picked from commit b62f00912e)
This commit is contained in:
Jeff Young
2025-03-29 21:26:48 +00:00
parent 84adec02a7
commit 8694c70237
-2
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!" ) );
}