diff --git a/lib/Db/PublicationType.php b/lib/Db/PublicationType.php index 61795df3..cfc9885d 100644 --- a/lib/Db/PublicationType.php +++ b/lib/Db/PublicationType.php @@ -142,7 +142,6 @@ public function getSchemaObject(IURLGenerator $urlGenerator): object $data['$schema'] = 'https://json-schema.org/draft/2020-12/schema'; $data['$id'] = $urlGenerator->getAbsoluteURL($urlGenerator->linkToRoute('opencatalogi.publication_types.show', ['id' => $this->getUuid()])); - // var_dump(json_decode(json_encode($data))); return json_decode(json_encode($data)); } }