* Remove debug writeln

git-svn-id: trunk@35006 -
This commit is contained in:
michael 2016-11-28 12:50:51 +00:00
parent 1c820e9c8e
commit a4e9a6d6e4

View File

@ -1183,7 +1183,6 @@ begin
prevC := #0;
while (not IsWordDelim(C) or (prevC in ['E','-','+'])) and (C<>cNull) do
begin
Writeln('C : ',C,' PrevC : ',PrevC);
If Not ( IsDigit(C)
or ((FToken<>'') and (Upcase(C)='E'))
or ((FToken<>'') and (C in ['+','-']) and (prevC='E'))