SynEdit: comment debugln

git-svn-id: trunk@52263 -
This commit is contained in:
martin 2016-05-01 14:11:10 +00:00
parent 12eb05f6e4
commit 20bdf22ce4

View File

@ -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;