Remove left behind debug code
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…
Reference in New Issue