Explorar o código

* Remove debug statement

Michaël Van Canneyt %!s(int64=3) %!d(string=hai) anos
pai
achega
56108f4799
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;