mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-22 21:09:14 +02:00
remove forgotten Writeln
This commit is contained in:
parent
210ae9b76d
commit
fc8cf68e66
@ -8881,7 +8881,7 @@ begin
|
||||
CheckNegative(aStartIndex,'aStartIndex');
|
||||
CheckNegative(aLength,'aLength');
|
||||
CheckRange(aStartIndex,aLength,Length);
|
||||
Writeln('FData : ',FData);
|
||||
// Writeln('FData : ',FData);
|
||||
Result:=Copy(FData,1+aStartIndex,aStartIndex+aLength);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user