remove debugging point

This commit is contained in:
Dennis Eichhorn 2020-10-25 10:58:15 +01:00
parent 2bcf7b78a4
commit 7fe9e1f418

View File

@ -274,10 +274,6 @@ final class UriFactory
return $uri;
}
if (\stripos($uri, '{?u')) {
$a = 1;
}
$parsed = \preg_replace_callback('(\{[\/#\?%@\.\$][a-zA-Z0-9\-]*\})', function ($match) use ($toMatch) {
$match = \substr($match[0], 1, \strlen($match[0]) - 2);