From fe839fa1a16109d6ed13140672a3b183042583b4 Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 10 May 2025 20:00:57 +0200 Subject: [PATCH] SynEdit: remove debug output from syncro edit --- components/synedit/synpluginsyncroedit.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/synedit/synpluginsyncroedit.pp b/components/synedit/synpluginsyncroedit.pp index 5efe5f3daf..1f96b9e63d 100644 --- a/components/synedit/synpluginsyncroedit.pp +++ b/components/synedit/synpluginsyncroedit.pp @@ -841,8 +841,7 @@ var if (we^.Count = 2) and (we^.LineIdx >= 0) then begin if FScanModes * [spssWithCase, spssCtxWithCase] <> [] then begin //Wrd := Copy(ViewedTextBuffer[we^.LineIdx], we^.BytePos, ALen); - DebugLn(['TSynPluginSyncroEdit.Scan: Wrd=', Wrd, - ', UTF8LowerCase(Wrd)=', UTF8LowerCase(Wrd), ', LWrd=', LWrd]); + //DebugLn(['TSynPluginSyncroEdit.Scan: Wrd=', Wrd, ', UTF8LowerCase(Wrd)=', UTF8LowerCase(Wrd), ', LWrd=', LWrd]); //Assert(UTF8LowerCase(Wrd) = LWrd, 'AddWordToHash: UTF8LowerCase(Wrd) <> LWrd'); if spssWithCase in FScanModes then