removed unnecessary log line

This commit is contained in:
pushrbx 2022-10-23 14:34:20 +01:00
parent 406d77bbeb
commit b7156a4f32

View File

@ -20,7 +20,6 @@ class PsrWorkerErrorListener
public function handle(LoopErrorOccurredEvent $event): void public function handle(LoopErrorOccurredEvent $event): void
{ {
$this->logger->info("error logging...");
try { try {
$this->exceptionHandler->report($event->exception()); $this->exceptionHandler->report($event->exception());
} catch (\Exception $e) { } catch (\Exception $e) {