Skip to content

Commit

Permalink
MOL-1196: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jan 16, 2024
1 parent 484a8a1 commit 143707d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Subscriber/OrderDeliverySubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ public function onOrderDeliveryChanged(StateMachineStateChangeEvent $event): voi
$this->mollieShipment->shipOrderRest($order, null, $event->getContext());
} catch (\Throwable $ex) {
$this->logger->error('Failed to transfer delivery state to mollie: '.$ex->getMessage());
# do nothing in error in subscriber
return;
}
}
Expand Down

0 comments on commit 143707d

Please sign in to comment.