mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-07 17:04:30 +02:00
Removed remaining dump().
This commit is contained in:
parent
b6dfea9c7d
commit
7c424eb548
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ class ParameterExtractor
|
|||
|
||||
$matches = [];
|
||||
\preg_match($regex, $input, $matches);
|
||||
dump($matches);
|
||||
if (!empty($matches)) {
|
||||
[$raw, $name, $value] = $matches;
|
||||
$value = trim($value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue