Browse Source

* Remove debug writeln

git-svn-id: trunk@35694 -
michael 8 years ago
parent
commit
92cca391aa
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

@@ -4096,7 +4096,7 @@ begin
   while True do
   while True do
   begin
   begin
     NextToken;
     NextToken;
-    WriteLn({$IFDEF VerbosePasParser}i,{$ENDIF}' Token=',CurTokenText);
+    // WriteLn({$IFDEF VerbosePasParser}i,{$ENDIF}' Token=',CurTokenText);
     case CurToken of
     case CurToken of
     tkasm:
     tkasm:
       begin
       begin