mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-08 09:24:32 +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 = [];
|
$matches = [];
|
||||||
\preg_match($regex, $input, $matches);
|
\preg_match($regex, $input, $matches);
|
||||||
dump($matches);
|
|
||||||
if (!empty($matches)) {
|
if (!empty($matches)) {
|
||||||
[$raw, $name, $value] = $matches;
|
[$raw, $name, $value] = $matches;
|
||||||
$value = trim($value);
|
$value = trim($value);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue