Removed remaining dump().

This commit is contained in:
Jan Böhmer 2020-03-29 18:55:01 +02:00
parent b6dfea9c7d
commit 7c424eb548

View file

@ -67,7 +67,6 @@ class ParameterExtractor
$matches = [];
\preg_match($regex, $input, $matches);
dump($matches);
if (!empty($matches)) {
[$raw, $name, $value] = $matches;
$value = trim($value);