diff --git a/lib/Service/RecoveryEmailService.php b/lib/Service/RecoveryEmailService.php index c1001ec62e2a44e3794f2ca94d6fc8b400a7c167..e4532ff28eafad6f7210287777a6441704d44ab9 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.')); }