7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-03-30 05:26:55 +00:00

Remove debugging code accidentally left in.

This commit is contained in:
Jeff Young 2025-03-19 17:44:17 +00:00
parent f0c81e972f
commit eb4a52f372

View File

@ -423,9 +423,6 @@ public:
*/
wxString FromUTF8() const
{
if( wxString::FromUTF8( curText.c_str() ).IsSameAs( "~" ) )
wxASSERT( true );
return wxString::FromUTF8( curText.c_str() );
}