Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thorewi committed Sep 23, 2023
1 parent 4a57f1e commit bcdf442
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/BackgroundQueue.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@ private function doPublishToBroker()
*/
public function process($entity): void
{
if ($this->config['debug']) {
$this->logger->log('debug', $entity instanceof BackgroundJob ? $entity->getId() : $entity);
}

if (!$entity instanceof BackgroundJob) {
if (!$entity = $this->getEntity($entity)) {
return;
Expand Down

0 comments on commit bcdf442

Please sign in to comment.