Browse Source

* Remove debug writeln

git-svn-id: trunk@35006 -
michael 8 years ago
parent
commit
a4e9a6d6e4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/fcl-base/src/fpexprpars.pp

+ 0 - 1
packages/fcl-base/src/fpexprpars.pp

@@ -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'))