Browse Source

fcl-passrc: fixed writeln, bug #31656

git-svn-id: trunk@36223 -
Mattias Gaertner 8 years ago
parent
commit
ec3a6bec74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-passrc/src/pparser.pp

+ 1 - 1
packages/fcl-passrc/src/pparser.pp

@@ -5014,7 +5014,7 @@ begin
             SrcPos:=Scanner.CurSourcePos;
             Name:=CurTokenString;
             NextToken;
-            writeln('ON t=',Name,' Token=',CurTokenText);
+            //writeln('ON t=',Name,' Token=',CurTokenText);
             if CurToken=tkColon then
               begin
               // the first expression was the variable name