Skip to content

Commit

Permalink
Remove var_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzondervan committed Aug 15, 2024
1 parent 7de8d27 commit a3d2b26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Db/PublicationMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ public function find(int $id): Publication

private function parseComplexFilter(IQueryBuilder $queryBuilder, array $filter, string $name): IQueryBuilder
{
var_dump($filter);


foreach($filter as $key => $value) {
switch($key) {
case '>=':
Expand Down

0 comments on commit a3d2b26

Please sign in to comment.