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
{
$this->logger->info("error logging...");
try {
$this->exceptionHandler->report($event->exception());
} catch (\Exception $e) {