Skip to content

Commit c9faf0c

Browse files
committed
feat(ZMS-3429): cleanup
1 parent 85eb18c commit c9faf0c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

zmscitizenapi/src/Zmscitizenapi/Controllers/Office/OfficesServicesRelationsController.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ public function readResponse(RequestInterface $request, ResponseInterface $respo
2727
$domain = $request->getUri()->getHost();
2828
$showUnpublished = !empty($this->showUnpublishedOnDomain)
2929
&& strpos($domain, $this->showUnpublishedOnDomain) !== false;
30-
var_dump('----');
31-
var_dump($domain);
32-
var_dump($this->showUnpublishedOnDomain);
3330
$requestErrors = ValidationService::validateServerGetRequest($request);
3431
if (!empty($requestErrors['errors'])) {
3532
return $this->createJsonResponse(

0 commit comments

Comments
 (0)