1
0
Fork 0

Remove stray var_dump

pull/8944/head
Jordi Boggiano 2020-06-03 10:40:44 +02:00
parent 50ab8a7b5f
commit 7507b87fb3
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ EOT
return preg_match('{\S+[ =:]\S+}', $pkg) > 0;
});
foreach ($this->formatRequirements($allowlistPackagesWithRequirements) as $package => $constraint) {
var_Dump($package, $constraint);
$reqs[$package] = $constraint;
}