Remove debug output

This commit is contained in:
billz 2020-09-20 07:38:21 +01:00
parent 5a62436d84
commit 9b02fc5b27
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ function DisplayAdBlockConfig()
foreach ($lines as $line) {
$ip_host = preg_split('/\s+/', $line);
$index++;
//echo $host[1] . '<br>';
if (!filter_var($ip_host[0], FILTER_VALIDATE_IP)) {
$errors .= _('Invalid custom IP address found on line '.$index);
break;