mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-04 06:25:22 +01:00
Removed remaining dump().
This commit is contained in:
@@ -67,7 +67,6 @@ class ParameterExtractor
|
||||
|
||||
$matches = [];
|
||||
\preg_match($regex, $input, $matches);
|
||||
dump($matches);
|
||||
if (!empty($matches)) {
|
||||
[$raw, $name, $value] = $matches;
|
||||
$value = trim($value);
|
||||
|
||||
Reference in New Issue
Block a user