Browse Source

* Remove debug statement

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

+ 0 - 1
packages/fcl-css/src/fpcsstree.pp

@@ -757,7 +757,6 @@ begin
   I:=1;
   I:=1;
   if (Length(Value)>2) and (Value[2]=':') then
   if (Length(Value)>2) and (Value[2]=':') then
     I:=2;
     I:=2;
-  Writeln('Value ',Value, ' -> ',I);
   Result:=Copy(Value,1,I)+StringToIdentifier(Copy(Value,I+1,Length(Value)-I));
   Result:=Copy(Value,1,I)+StringToIdentifier(Copy(Value,I+1,Length(Value)-I));
 end;
 end;