Skip to content

Commit

Permalink
Update RabbitDriver.php
Browse files Browse the repository at this point in the history
  • Loading branch information
conveniadev authored Jan 23, 2020
1 parent 4ac9521 commit 5c7ebcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Drivers/RabbitDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ protected function handleQueuePrecondition(Exception $e, string $name, array $pr
{
switch ($this->app['config']['pigeon.queue_declare_exists']) {
case Constants::IGNORE_PRECONDITION:
Log::info('Handling declare precondition with: Constants::IGNORE_PRECONDITION');

return null;
case Constants::REPLACE_ON_PRECONDITION:
Log::critical('Handling declare precondition with: Constants::REPLACE_ON_PRECONDITION');
Expand Down

0 comments on commit 5c7ebcd

Please sign in to comment.