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:
parent
f0c81e972f
commit
eb4a52f372
@ -423,9 +423,6 @@ public:
|
||||
*/
|
||||
wxString FromUTF8() const
|
||||
{
|
||||
if( wxString::FromUTF8( curText.c_str() ).IsSameAs( "~" ) )
|
||||
wxASSERT( true );
|
||||
|
||||
return wxString::FromUTF8( curText.c_str() );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user