mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 11:48:04 +02:00
* Remove debug statement
This commit is contained in:
parent
f19402e81b
commit
ee2d2a4bd4
@ -3977,8 +3977,6 @@ begin
|
||||
MValue:=Param;
|
||||
MName:=UpperCase(Trim(Copy(MValue,1,Index-1)));
|
||||
Delete(MValue,1,Index+1);
|
||||
if SameText(MName,'TGenericStringBuilder') then
|
||||
Writeln('TGenericStringBuilder = ',MValue);
|
||||
AddMacro(MName,Trim(MValue));
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user