Skip to content

Commit

Permalink
feat(ZMS-3429): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
manjencic committed Jan 30, 2025
1 parent 85eb18c commit c9faf0c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ public function readResponse(RequestInterface $request, ResponseInterface $respo
$domain = $request->getUri()->getHost();
$showUnpublished = !empty($this->showUnpublishedOnDomain)
&& strpos($domain, $this->showUnpublishedOnDomain) !== false;
var_dump('----');
var_dump($domain);
var_dump($this->showUnpublishedOnDomain);
$requestErrors = ValidationService::validateServerGetRequest($request);
if (!empty($requestErrors['errors'])) {
return $this->createJsonResponse(
Expand Down

0 comments on commit c9faf0c

Please sign in to comment.