Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-moser committed Jan 30, 2024
1 parent a151883 commit 907d83d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Repository/IndexQueueRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,6 @@ private function dispatchItems(int $limit): int

private function createQueryBuilder(string $alias): QueryBuilder
{
p_r(get_parent_class($this->entityManager));

return $this->entityManager->getRepository(IndexQueue::class)

Check notice on line 169 in src/Repository/IndexQueueRepository.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Unhandled exception

Unhandled exceptions
->createQueryBuilder($alias);
}
Expand Down

0 comments on commit 907d83d

Please sign in to comment.