瀏覽代碼

* Remove debug statement

Michaël Van Canneyt 1 月之前
父節點
當前提交
0e2890630c
共有 1 個文件被更改,包括 0 次插入2 次删除
  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;