Remove left behind debug code

main
Chris Smith 9 years ago
parent b32aad8439
commit bc8b7b0f78

@ -281,7 +281,6 @@ EOT;
$wildcardRegex = "{^{$wildcardRegex}$}";
return function ($hostname) use ($wildcardRegex) {
// var_dump($wildcardRegex);
return 1 === preg_match($wildcardRegex, $hostname);
};
}

Loading…
Cancel
Save