1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/17092] Check for Spamhaus error codes

Remove leftover logging

PHPBB3-17092
This commit is contained in:
Patrick Webster
2023-01-16 17:47:12 -06:00
committed by Marc Alexander
parent aa523eadf1
commit 20c3371460

View File

@@ -1401,7 +1401,6 @@ class session
if ($error !== false)
{
echo 'Error encountered<br>';
$config->set('check_dnsbl', 0);
$phpbb_log->add('critical', $this->data['user_id'], $ip, $error);
}