Skip to content

Commit

Permalink
fix: remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr authored Jun 4, 2024
1 parent 877a609 commit 6fd2aab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ResultList.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ public function getFirstItem()
try {
$from = $this->getQuery()->getParam('from');
} catch (Exception $e) {
dd($e);
$from = 1;
}

Expand Down

0 comments on commit 6fd2aab

Please sign in to comment.