Skip to content

Commit

Permalink
remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 committed Nov 21, 2024
1 parent ccce012 commit 384de55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Db/PublicationType.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}

0 comments on commit 384de55

Please sign in to comment.