Skip to content

Commit

Permalink
#28
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbarkowsky committed Aug 2, 2022
1 parent dac788c commit d27d1a7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Plenta/ContaoTinyCompressImages/TinyPNG/Compressor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
);
}
}

0 comments on commit d27d1a7

Please sign in to comment.