From 372d9efdbffa79abcfa55ed5fc1f8edc13ed09c3 Mon Sep 17 00:00:00 2001 From: Vidar Langseid Date: Wed, 27 Apr 2022 14:07:35 +0200 Subject: [PATCH] fixup! fixup! IBX-1948 : Log exceptions from admin-ui --Using LoggerAwareTrait instead --- src/lib/EventListener/AdminExceptionListener.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/EventListener/AdminExceptionListener.php b/src/lib/EventListener/AdminExceptionListener.php index b266c56c4b..91b5884181 100644 --- a/src/lib/EventListener/AdminExceptionListener.php +++ b/src/lib/EventListener/AdminExceptionListener.php @@ -13,7 +13,6 @@ use EzSystems\EzPlatformAdminUiBundle\EzPlatformAdminUiBundle; use Psr\Log\LoggerAwareTrait; use Psr\Log\LoggerAwareInterface; -use Psr\Log\LoggerInterface; use SplFileInfo; use Symfony\Component\Filesystem\Filesystem; use Symfony\Component\HttpFoundation\Response;