Skip to content

Commit 8cdda42

Browse files
committed
chore: Remove debug statement
1 parent f06ed44 commit 8cdda42

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Controller/Index/Html.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public function execute(): ResultInterface|ResponseInterface
8080
try {
8181
$this->repositoryDispatcher->postDispatch($layout, $updates);
8282
} catch (RedirectException $redirectException) {
83-
throw $redirectException;
8483
return $this->getJsonRedirect($redirectException);
8584
}
8685

0 commit comments

Comments
 (0)