1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

Remove var dump

This commit is contained in:
fogelito 2023-12-20 13:54:20 +02:00
parent dc203a494e
commit babc4f2f76

View file

@ -1679,7 +1679,6 @@ class ProjectsConsoleClientTest extends Scope
foreach ($response['body'] as $key => $value) {
if (\preg_match($pattern, $key)) {
\var_dump('Matched key: ' . $key);
$matches[$key] = $value;
}
}