From eb4a52f372af4f064933bc5c79fa0a0eb39c4e4b Mon Sep 17 00:00:00 2001 From: Jeff Young <jeff@rokeby.ie> Date: Wed, 19 Mar 2025 17:44:17 +0000 Subject: [PATCH] Remove debugging code accidentally left in. --- include/dsnlexer.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/dsnlexer.h b/include/dsnlexer.h index 5572c42873..01fa01c030 100644 --- a/include/dsnlexer.h +++ b/include/dsnlexer.h @@ -423,9 +423,6 @@ public: */ wxString FromUTF8() const { -if( wxString::FromUTF8( curText.c_str() ).IsSameAs( "~" ) ) -wxASSERT( true ); - return wxString::FromUTF8( curText.c_str() ); }