Browse Source

Remove debug assert that's clogging up Sentry.

(cherry picked from commit b62f00912e)
9.0
Jeff Young 8 months ago
parent
commit
8694c70237
  1. 2
      common/tool/tools_holder.cpp

2
common/tool/tools_holder.cpp

@ -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…
Cancel
Save