Explorar o código

* Remove debug statement

Michaël Van Canneyt hai 1 mes
pai
achega
0e2890630c
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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;