Browse Source

* Remove debug statement

git-svn-id: trunk@40935 -
michael 6 years ago
parent
commit
867de68d9a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/fcl-passrc/src/pparser.pp

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

@@ -629,7 +629,6 @@ var
     if l <= 0 then
     if l <= 0 then
       exit;
       exit;
     s:=Trim(copy(FPCCommandLine,Start,l));
     s:=Trim(copy(FPCCommandLine,Start,l));
-    Writeln('Examining >>',S,'<<');
     if (s[1] = '-') and (length(s)>1) then
     if (s[1] = '-') and (length(s)>1) then
     begin
     begin
       case s[2] of
       case s[2] of