From d27d1a7d9be29439bc93df95c7c2520949765346 Mon Sep 17 00:00:00 2001 From: christianbarkowsky Date: Tue, 2 Aug 2022 14:34:10 +0200 Subject: [PATCH] #28 --- src/Plenta/ContaoTinyCompressImages/TinyPNG/Compressor.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Plenta/ContaoTinyCompressImages/TinyPNG/Compressor.php b/src/Plenta/ContaoTinyCompressImages/TinyPNG/Compressor.php index ec7cc85..7abc7a7 100644 --- a/src/Plenta/ContaoTinyCompressImages/TinyPNG/Compressor.php +++ b/src/Plenta/ContaoTinyCompressImages/TinyPNG/Compressor.php @@ -180,10 +180,5 @@ private function showApiKeyWarning(): void $message->addError( $this->translator->trans('MSC.TINYCOMPRESSIMAGES.apikey', [], 'contao_default') ); - - $this->logger->info( - $this->translator->trans('MSC.TINYCOMPRESSIMAGES.apikey', [], 'contao_default'), - ['contao' => new ContaoContext(__METHOD__, ContaoContext::ERROR)] - ); } }