1
0
Fork 0

Remove left behind debug code

pull/4798/head
Chris Smith 2016-01-24 19:41:14 +00:00
parent b32aad8439
commit bc8b7b0f78
1 changed files with 0 additions and 1 deletions

View File

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