diff --git a/src/Spryker/Zed/AppKernel/Persistence/AppKernelRepository.php b/src/Spryker/Zed/AppKernel/Persistence/AppKernelRepository.php index c53d4af..70de395 100644 --- a/src/Spryker/Zed/AppKernel/Persistence/AppKernelRepository.php +++ b/src/Spryker/Zed/AppKernel/Persistence/AppKernelRepository.php @@ -33,10 +33,6 @@ public function findAppConfigByCriteria( if ($appConfigEntity === null) { $errorMessage = 'Could not find an App configuration for the given Tenant'; - $this->getLogger()->error($errorMessage, [ - 'tenantIdentifier' => $appConfigCriteriaTransfer->getTenantIdentifierOrFail(), - ]); - throw new AppConfigNotFoundException($errorMessage); }