From 20bdf22ce4230383ac58d175136a17bc71ed9996 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 1 May 2016 14:11:10 +0000 Subject: [PATCH] SynEdit: comment debugln git-svn-id: trunk@52263 - --- components/synedit/synedithighlighterfoldbase.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/synedit/synedithighlighterfoldbase.pas b/components/synedit/synedithighlighterfoldbase.pas index 82221b9ea8..802597502e 100644 --- a/components/synedit/synedithighlighterfoldbase.pas +++ b/components/synedit/synedithighlighterfoldbase.pas @@ -2444,7 +2444,7 @@ begin // add a copy Result:=TSynCustomHighlighterRangeClass(Range.ClassType).Create(Range); FItems.Add(Result); - if FItems.Count mod 32 = 0 then debugln(['FOLDRANGE Count=', FItems.Count]); + //if FItems.Count mod 32 = 0 then debugln(['FOLDRANGE Count=', FItems.Count]); end; //debugln('TSynCustomHighlighterRanges.GetEqual A ',dbgs(Node),' ',dbgs(Result.Compare(Range)),' ',dbgs(Result.CodeFoldStackSize)); end;