Browse Source

Remove debug assert that's clogging up Sentry.

revert-0c36e162
Jeff Young 8 months ago
parent
commit
b62f00912e
  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