From 2c030a39b3b11e4f6784fd974eb2bfca0f792245 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Mon, 27 Jan 2025 19:04:18 +0530 Subject: [PATCH] removed logger --- lib/Service/RecoveryEmailService.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Service/RecoveryEmailService.php b/lib/Service/RecoveryEmailService.php index c1001ec..e4532ff 100644 --- a/lib/Service/RecoveryEmailService.php +++ b/lib/Service/RecoveryEmailService.php @@ -137,7 +137,6 @@ class RecoveryEmailService { } if ($this->domainService->isDomainInCustomBlacklist($recoveryEmail, $l)) { - \OC::$server->getLogger()->logger("found in custom disposable domain list"); //throw new \Exception($l->t('The provided email domain is a disposable domain and cannot be used.')); throw new BlacklistedEmailException($l->t('The email address is disposable. Please provide another recovery address.')); } -- GitLab