Selaa lähdekoodia

* Remove debug statement

Michaël Van Canneyt 1 kuukausi sitten
vanhempi
commit
0e2890630c
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      packages/fcl-jsonschema/src/fpjson.schema.pascaltypes.pp

+ 0 - 2
packages/fcl-jsonschema/src/fpjson.schema.pascaltypes.pp

@@ -530,8 +530,6 @@ constructor TPascalTypeData.Create(aIndex: integer; aType: TPascalType; const aS
   );
 
 begin
-  if (aType=ptArray) and (Pos('Meeting',aSchemaName)>0) then
-    Writeln('ah');
   FIndex:=aIndex;
   FSchema:=ASchema;
   FSchemaName:=aSchemaName;