Răsfoiți Sursa

Removed debug message in CheckOptions

git-svn-id: trunk@7313 -
michael 18 ani în urmă
părinte
comite
4e8e4d6c0a
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      packages/fcl-base/src/inc/custapp.pp

+ 0 - 1
packages/fcl-base/src/inc/custapp.pp

@@ -428,7 +428,6 @@ begin
               If (P<Length(ShortOptions)) and (Shortoptions[P+1]=':') then
                 begin
                 // Required argument
-                Writeln('P ',P,' J ',J,' ',O[J],' ',l,' Havearg ',HaveArg);
                 If ((P+1)=Length(ShortOptions)) or (Shortoptions[P+2]<>':') Then
                   If (J<L) or not haveArg then // Must be last in multi-opt !!
                     Result:=Format(SErrOptionNeeded,[I,O[J]]);