Browse Source

* Remove debug statement

Michaël Van Canneyt 3 years ago
parent
commit
56108f4799
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-css/src/fpcssutils.pp

+ 1 - 1
packages/fcl-css/src/fpcssutils.pp

@@ -184,7 +184,7 @@ begin
         S:=' '
       else
         S:='';
-      writeln(GetEnumName(TypeInfo(TCSSTOKEN),Ord(aToken)),' -> S : >',S,'<');
+      // writeln(GetEnumName(TypeInfo(TCSSTOKEN),Ord(aToken)),' -> S : >',S,'<');
       if S<>'' then
         aOutput.WriteBuffer(S[1],length(S));
       aPreviousToken:=aToken;