From bcbbc833119bfde3e4ac976a5139dac7919caa24 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 4 Jan 2015 22:13:59 +0000 Subject: [PATCH] remove debugln git-svn-id: trunk@47302 - --- components/synedit/syneditmarkuphighall.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/synedit/syneditmarkuphighall.pp b/components/synedit/syneditmarkuphighall.pp index c7fcc796a0..843e530b27 100644 --- a/components/synedit/syneditmarkuphighall.pp +++ b/components/synedit/syneditmarkuphighall.pp @@ -1428,8 +1428,8 @@ begin end; if (i < NextInsertIdx) then begin - DebugLn(['Replacing match at idx=', i, ' Back:', FFindInsertIndex-i, ' y=', FFindLineY, - ' x1=', FMatches.StartPoint[i].X, ' x2=', MatchBegin-FFindLineText+1, ' with longer. Len=', Len]); + //DebugLn(['Replacing match at idx=', i, ' Back:', FFindInsertIndex-i, ' y=', FFindLineY, + // ' x1=', FMatches.StartPoint[i].X, ' x2=', MatchBegin-FFindLineText+1, ' with longer. Len=', Len]); FMatches.StartPoint[i] := Point(MatchBegin-FFindLineText+1, FFindLineY); FMatches.EndPoint[i] := Point(MatchBegin-FFindLineText+1+Len, FFindLineY); if i + 1 < FFindInsertIndex then