mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:59:16 +02:00
SynEdit: remove debugln
git-svn-id: trunk@58577 -
This commit is contained in:
parent
425f525ce4
commit
de1e87aabd
@ -958,7 +958,7 @@ begin
|
||||
|
||||
if i < 0 then begin
|
||||
if AValue = nil then begin
|
||||
debugln('Removing none existent range');
|
||||
//debugln('Removing none existent range');
|
||||
exit;
|
||||
end;
|
||||
j := length(FClassList);
|
||||
|
Loading…
Reference in New Issue
Block a user